-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
20 lines (20 loc) · 930 Bytes
/
index.html
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 name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Roma - ODD customization</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="shortcut icon" href="favicon.ico" type="image/png/ico" />
<link rel="icon" href="favicon.ico" sizes="32x32" />
<link rel="icon" href="favicon.ico" sizes="192x192" />
<link rel="apple-touch-icon" href="favicon.ico" />
<link rel="shortcut icon" href="favicon.ico" type="image/png/ico" />
<meta name="msapplication-TileImage" content="favicon.ico" />
</head>
<body>
<div id="romajs" data-basename=""></div>
<script type="module" src="/src/index.js"></script>
</body>
</html>