This commit is contained in:
smartfridge 2021-06-19 23:21:04 +02:00
parent 85d9efc474
commit f68324f80f
3 changed files with 12 additions and 2 deletions

View file

@ -29,7 +29,7 @@
<!-- Metro 4 -->
<link
rel="stylesheet"
href="https://cdn.metroui.org.ua/v4/css/metro-all.min.css"
href="metro/metro.css"
/>
<!-- Custom Website CSS -->
<link rel="stylesheet" href="website.css" />
@ -71,6 +71,6 @@
</ul>
<p>WIP</p>
<!-- Metro 4 -->
<script src="https://cdn.metroui.org.ua/v4/js/metro.min.js"></script>
<script src="metro/metro.js"></script>
</body>
</html>

1
metro/metro.css Normal file

File diff suppressed because one or more lines are too long

9
metro/metro.js Normal file

File diff suppressed because one or more lines are too long