Update advanced index.html
This commit is contained in:
@@ -4,22 +4,21 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Elm Workshop</title>
|
<title>Elm Workshop</title>
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
<!-- Favicon -->
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="manifest" href="/site.webmanifest">
|
|
||||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
|
||||||
<meta name="msapplication-TileColor" content="#da532c">
|
|
||||||
<meta name="theme-color" content="#ffffff">
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Import Ionicon icons & Google Fonts our Bootstrap theme relies on -->
|
<!-- Import Ionicon icons & Google Fonts our Bootstrap theme relies on -->
|
||||||
<link href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" type="text/css">
|
<link href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" type="text/css">
|
||||||
|
|
||||||
<link href="/fonts.css" rel="stylesheet" type="text/css">
|
<link href="/fonts.css" rel="stylesheet" type="text/css">
|
||||||
<!-- Import the custom Bootstrap 4 theme from our hosted CDN -->
|
|
||||||
<link rel="stylesheet" href="/main.css">
|
<link rel="stylesheet" href="/main.css">
|
||||||
|
|
||||||
<script src="/elm.js"></script>
|
<!-- We'll use localForage as a JavaScript interop example in part9! -->
|
||||||
|
<script src="/assets/localForage.js"></script>
|
||||||
|
|
||||||
|
<script src="elm.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user