-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (25 loc) · 1.32 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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11-strict.dtd">
<html version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/1999/xhtml http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
<head>
<title>Viktor Maruna</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en" />
<meta name="description" content="Viktor Maruna">
<meta name="keywords" content="viktor maruna, viktormaruna, maruna">
<meta name="robots" content="index, follow">
<link rel="shortcut icon" href="https://secure.gravatar.com/avatar/bb15a2e9748744487a135cb719c3126b" />
<style type="text/css" media="screen">
@import url(stylesheet.css);
</style>
</head>
<body>
<div id="content">
<h1>Viktor Maruna</h1>
<h2>contact</h2>
<div id="contact">
<a href="mailto:mail@viktormaruna.com">mail@viktormaruna.com</a>
</div>
</div>
</body>
</html>