This commit is contained in:
Yamozha 2021-03-19 00:22:46 +02:00
parent 009e6ba203
commit 7fe675b3bd
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="{% static 'home/css/style.css' %}"> <link rel="stylesheet" href="{% static 'home/css/style.css' %}">
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
</head> </head>
<body> <body>

View File

@ -8,6 +8,8 @@
<link rel="stylesheet" href="/static/home/css/main.css" /> <link rel="stylesheet" href="/static/home/css/main.css" />
<noscript><link rel="stylesheet" href="/static/home/css/noscript.css" /></noscript> <noscript><link rel="stylesheet" href="/static/home/css/noscript.css" /></noscript>
<script src="http://github.hubspot.com/odometer/odometer.js"></script> <script src="http://github.hubspot.com/odometer/odometer.js"></script>
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
<link rel="stylesheet" href="https://raw.githubusercontent.com/HubSpot/odometer/master/themes/odometer-theme-car.css" /> <link rel="stylesheet" href="https://raw.githubusercontent.com/HubSpot/odometer/master/themes/odometer-theme-car.css" />
<!-- Required meta tags --> <!-- Required meta tags -->
<meta charset="utf-8"> <meta charset="utf-8">