aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html22
1 files changed, 2 insertions, 20 deletions
diff --git a/public/index.html b/public/index.html
index 5078682..7970295 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,3 +1,4 @@
+<!doctype html>
<html>
<head>
<title><%= htmlWebpackPlugin.options.title %></title>
@@ -55,37 +56,18 @@
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
- <!-- Bootstrap Integration -->
- <link
- rel="stylesheet"
- href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
- integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
- crossorigin="anonymous"
- />
-
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css?family=Oswald%7CRoboto+Condensed%7CPoiret+One&display=swap"
rel="stylesheet"
/>
- <!-- AOS -->
- <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
-
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="logo-new.png" />
<link rel="stylesheet" type="text/css" href="styles/master.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" />
- <script>
- // Check that service workers are supported
- if ("serviceWorker" in navigator) {
- // Use the window load event to keep the page load performant
- window.addEventListener("load", () => {
- navigator.serviceWorker.register("service-worker.js");
- });
- }
- </script>
+
</head>
<body>