-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcvit.html
executable file
·22 lines (21 loc) · 968 Bytes
/
cvit.html
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>
<head>
<title> Cvit Test </title>
<link rel="icon" type="image/png" href="img/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="img/favicon-16x16.png" sizes="16x16" />
<link rel="stylesheet" href="js/lib/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="js/lib/hopscotch/css/hopscotch.min.css" />
<link rel="stylesheet" href="css/cvit.css" />
<!-- CViTjs uses requireJS, so all that is needed is this single line -->
<!-- to include the scritps. require-config sets up the environment and -->
<!-- then calls js/main.js, providing a single entry point into CViTjs -->
<script data-main="js/lib/require/require-config" src="js/lib/require/require.js"></script>
</head>
<body>
<div id="title-div"><h1> CViTjs Test <h1></div>
<div id="cvit-div">
<!-- canvas id="cvit-canvas" style="background-color:#6f6f6f;" resize></canvas> -->
</div>
</body>
</html>