Skip to content

Commit a26e2fa

Browse files
authored
Update index.html
1 parent 712a004 commit a26e2fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33

44
<head>
5-
<base href="https://cdn.jsdelivr.net/gh/crotel/crotel.github.io@v0.6.20200314_beta/">
5+
<base href="https://cdn.jsdelivr.net/gh/crotel/crotel.github.io@v0.7.20200314_beta/">
66
<script>
77
if ('serviceWorker' in navigator) {
88
navigator.serviceWorker.register('sw.js').catch(function(error) {
@@ -28,10 +28,10 @@
2828
<!-- tell iOS devices that this app can work in full screen mode. No need for navbars -->
2929
<meta name="apple-mobile-web-app-capable" content="yes" />
3030
<title>CROTEL</title>
31-
<link rel="preload" as="style" href='font.css' type='text/css'>
32-
<link rel="stylesheet" href="font.css">
33-
<link rel="preload" as="style" href="style.css" type='text/css'>
34-
<link rel="stylesheet" href="style.css">
31+
<link rel="preload" as="style" href='font.min.css' type='text/css'>
32+
<link rel="stylesheet" href="font.min.css">
33+
<link rel="preload" as="style" href="style.min.css" type='text/css'>
34+
<link rel="stylesheet" href="style.min.css">
3535
</head>
3636

3737
<body>
@@ -76,7 +76,7 @@ <h1>Project Timeline</h1>
7676
</div>
7777
</div>
7878
</section>
79-
<script src="main.js" await></script>
79+
<script src="main.min.js" await></script>
8080
</body>
8181

8282
</html>

0 commit comments

Comments
 (0)