-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (16 loc) · 719 Bytes
/
index.html
File metadata and controls
17 lines (16 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Worldtime</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link href="./src/material.css" type="text/css" rel="stylesheet"/>
<link href="./src/index.scss" type="text/css" rel="stylesheet"/>
</head>
<body>
<button class="default-focus-receiver"></button>
<div id="app"></div>
<script src="./src/app/app.js" type="module"></script>
</body>
</html>