-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_index.html
More file actions
67 lines (61 loc) · 1.82 KB
/
sample_index.html
File metadata and controls
67 lines (61 loc) · 1.82 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
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="hu">
<head>
<meta charset="UTF-8">
<title>My materialize site</title>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<base target="_blank" />
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/css/materialize.min.css">
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/js/materialize.min.js"></script>
< <!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/materialize.js"></script>
<!-- nav -->
<nav class="grey darken-3" role="navigation">
<div class="nav-wrapper container"><a id="logo-container" href="index.html" class="brand-logo"><i class="material-icons">home</i></a>
<ul class="right hide-on-med-and-down"><ul>
<li>about |</li>
<li>| history |</li>
<li>| contact</li>
</ul>
</div>
</nav>
<hr>
<h1>cím1</h1>
<h2>cím2</h2>
<h3>cím3</h3>
<h4>cím4</h4>
<h5>cím5</h5>
<h6>cím6</h6>
<p>bekezdés</p>
<table>
<tr>
<th>g</th><th>s</th>
</tr>
<tr>
<td>gmail</td>
<td>tw</td>
</tr>
</table>
<div class="image">
<a href="https://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="https://jigsaw.w3.org/css-validator/images/vcss"
alt="Érvényes CSS!" />
</a>
</div>
<footer>
ezt az oldalt Vass Csaba készítette
</footer>
</body>
</html>