-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (22 loc) · 803 Bytes
/
index.html
File metadata and controls
24 lines (22 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta $(ThemeColor)/>
<noscript>Your browser does not support JavaScript!</noscript>
<link href="IconResMid.png" rel="icon" sizes="192x192"/>
<link href="IconResMid.png" rel="apple-touch-icon"/>
<script src="serviceworker.js" type="text/javascript"></script>
<meta $(Manifest)/>
<link $(FavIcon)/>
<title>TMS Web Project</title>
<script src="$(ProjectName).js" type="text/javascript"></script>
<style>
</style>
<link href="index.css" rel="stylesheet"/></head>
<body>
<meta $(BodyParameters)/>
</body>
<script type="text/javascript">rtl.run();</script>
</html>