-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathoptions.html
More file actions
20 lines (19 loc) · 947 Bytes
/
options.html
File metadata and controls
20 lines (19 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Worldtime - options</title>
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<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/index.scss" type="text/css" rel="stylesheet"/>
<link href="./src/options.css" type="text/css" rel="stylesheet"/>
<link href="./src/material.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<div class="page-background">
<div id="app-options" class="container" style="width: 850px"></div>
</div>
<script src="./src/app.options/app.options.tsx" type="module"></script>
</body>
</html>