-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (17 loc) · 918 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 lang="en">
<head>
<meta charset="utf-8">
<title>Easybasic (BETA)</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu" rel="stylesheet">
<link rel="stylesheet" href="./dist/assets/normalize.css">
</head>
<body>
<app-root></app-root>
<script src="./dist/assets/terminal.bundle.js"></script>
<script src="./dist/assets/Easybasic.bundle.js"></script>
<script type="text/javascript" src="dist/inline.bundle.js"></script><script type="text/javascript" src="dist/polyfills.bundle.js"></script><script type="text/javascript" src="dist/styles.bundle.js"></script><script type="text/javascript" src="dist/vendor.bundle.js"></script><script type="text/javascript" src="dist/main.bundle.js"></script></body>
</html>