-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
25 lines (21 loc) · 1.09 KB
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>TypeScript MM App</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<h3 id="mainTitle" style="font-family:courier">Hello Angular / TypeScript Class</h3>
<script async src="node_modules/jquery/dist/jquery.js"></script>
<script async src="scripts/javascript/JavaScriptHasIssues.js" ></script>
<script async src="scripts/typescript/Fundementals/ThisDemo.js"></script>
<script async src="scripts/typescript/Fundementals/jQueryDemo.js" type="module"></script>
<script async src="scripts/typescript/Fundementals/FunctionsDemo.js" type="module"></script>
<script async src="scripts/typescript/Fundementals/DecoratorsDemo.js" type="module"></script>
<script async src="scripts/typescript/Fundementals/Person.js" type="module"></script>
<script async src="scripts/typescript/Fundementals/ContactInfo.js" type="module"></script>
</body>
</html>