-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject1.html
25 lines (23 loc) · 839 Bytes
/
Project1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta $(ThemeColor)>
<noscript>Your browser does not support JavaScript!</noscript>
<link rel="icon" href="data:;base64,=">
<meta $(Manifest)>
<title>TMS Web Project</title>
<script type="text/javascript" src="$(ProjectName).js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.0.0/dist/themes/light.css" />
<script type="module" src="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.0.0/dist/shoelace.js"></script>
<style>
</style>
</head>
<body>
<meta $(BodyParameters)>
</body>
<script type="text/javascript">
rtl.run();
</script>
</html>