-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestFun.html
More file actions
57 lines (34 loc) · 1.21 KB
/
testFun.html
File metadata and controls
57 lines (34 loc) · 1.21 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
<head>
<title>Dr.Balogh</title>
<!-- css -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/mainStyles.css" rel="stylesheet">
<!-- fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
<script src='http://cdn.html5quintus.com/v0.2.0/quintus-all.js'></script>
</head>
<body>
<div class = "container">
<div class = "page-header">
<h1>Dr. Balogh</h1>
</div>
<div class = "sub-heading">
<p>By team amazing</p>
</div>
<div class = "main-content">
<canvas id="main-canvas">
</canvas>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.js"></script>
<script src="js/app.js"></script>
</body>
</html>