-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (24 loc) · 968 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="pt">
<head>
<!-- * Meta * -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#FF1744">
<!-- * Favicons * -->
<link rel="icon" href="./resources/icons/[email protected]" sizes="64x64">
<link rel="icon" href="./resources/icons/[email protected]" sizes="128x128">
<link rel="icon" href="./resources/icons/[email protected]" sizes="192x192">
<!-- * Fonts * -->
<link rel="stylesheet" href="./infra/style/roboto.css">
<link rel="stylesheet" href="./infra/style/material-icons.css">
<!-- * Resets * -->
<link rel="stylesheet" href="./infra/style/resets.css">
<!-- * App's title * -->
<title>Dx Dinner</title>
</head>
<body>
<div id="app"></div>
<script src="./app/main.mjs" charset="utf-8" type="text/javascript"></script>
</body>
</html>