Skip to content

Commit f33cc7a

Browse files
author
Wilhelm Eklund
committed
boilerplate.html created as starting point of all new pages
1 parent 8620f82 commit f33cc7a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

boilerplate.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>JavaScript for Analysts</title>
6+
<!-- jQuery loaded from Google's CDN -->
7+
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
8+
</head>
9+
<body>
10+
<h1>JavaScript for Analysts</h1>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)