Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
crotel authored Mar 17, 2020
1 parent 9752311 commit 96fead9
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!DOCTYPE html>
<html>

<head>
<base href="https://cdn.jsdelivr.net/gh/crotel/[email protected].20200314_beta/">
<base href="https://cdn.jsdelivr.net/gh/crotel/[email protected].20200317_beta/">
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('sw.js').catch(function(error) {
Expand All @@ -22,10 +21,7 @@
<link rel="mask-icon" color="#595959" href="safari-pinned-tab.svg">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="theme-color" content="#ffffff">
<meta name="description" content="">
<!-- set viewport width to 660px and disable zooming/scaling -->
<!--<meta name="viewport" content="width=100%,user-scalable=no">-->
<!-- tell iOS devices that this app can work in full screen mode. No need for navbars -->
<meta name="description" content="crotel">
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>CROTEL</title>
<link rel="preload" as="style" href='font.min.css' type='text/css'>
Expand Down Expand Up @@ -79,5 +75,4 @@ <h1>Project Timeline<br></h1>
</section>
<script src="main.min.js" await></script>
</body>

</html>
</html>

0 comments on commit 96fead9

Please sign in to comment.