forked from GaneshaChess/GaneshaChess.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (35 loc) · 1.17 KB
/
Copy pathindex.html
File metadata and controls
42 lines (35 loc) · 1.17 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
<!DOCTYPE html>
<html lang="hr">
<html>
<head>
<title>Ein Sammelsurium</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-93063108-1', 'auto');
ga('send', 'pageview');
</script>
<meta charset="utf-8"/>
<link rel="stylesheet" href="AppWebpage_Style.css">
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
<script>
$(document).ready(function(){
//enter code from here
//to here
});
</script>
<script src="https://www.w3schools.com/lib/w3data.js"></script>
</head>
<body>
<div w3-include-html="navigationBar.html"></div>
<script>
w3IncludeHTML();
</script>
<h1>Ein Sammelsurium</h1>
<img src="IMG_20170304_203328_processed.jpg" alt="ChessPuzzleScreenshot_1.jpg">
</body>
</html>