-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (35 loc) · 1.18 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<link href="https://fonts.googleapis.com/css?family=PT+Sans+Narrow" rel="stylesheet">
<link rel="stylesheet" type="text/css" href=css/style.css>
<meta charset="UTF-8">
<title>Tilannekuva</title>
</head>
<body>
<section>
<article>
Tänne voi laittaa jotain läpinää
<br>
ja homma vaan jatkuu.
</article>
<p>adf</p>
<article>
Jotain muuta
</article>
<script type="text/javascript">
//This is done to make the following JavaScript code compatible to XHTML. <![CDATA[
function showhostname()
{
alert(document.location.hostname);
}
//]]>
showhostname()
</script>
<br>
<pre><script type="text/javascript">
for (param in location) {document.writeln (param, ':\n\t', location[param])}
</script></pre>
</section>
</body>
</html>