-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) { | ||
|
@@ -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'> | ||
|
@@ -79,5 +75,4 @@ <h1>Project Timeline<br></h1> | |
</section> | ||
<script src="main.min.js" await></script> | ||
</body> | ||
|
||
</html> | ||
</html> |