-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
66 lines (64 loc) · 2.76 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
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
<!doctype html>
<html lang="ca" class="no-js">
<head>
<title>Title</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Description">
<meta name="keywords" content="Keywords">
<link rel="canonical" href="https://html5-templates.com/" />
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<header>
<div id="logo"><img src="rms-adam.jpg" width="150" alt="logo">Blah Blah Blah
V056 190717 rms46</div>
<nav>
<ul>
<li><a href="/SandBox/">Home</a>
<li><a href="https://trygiraffe.vlsm.org/">JEKYLL</a>
<li><a href="https://github.com/indonesia/SandBox">SandBox</a>
<li><a href="https://indonesia.github.io/SandBox/">GitHub Page</a>
<li><a href="https://html-css-js.com/">HTML</a>
<li><a href="https://html-css-js.com/css/code/">CSS</a>
<li><a href="https://htmlcheatsheet.com/js/">JS</a>
</ul>
</nav>
</header>
<section>
<h1>H1</h1>
<strong>Demonstration of a simple page layout using HTML5 tags:
header, nav, section, main, article, aside, footer, address.</strong>
</section>
<section>
<h2>H2</h2>
<article>
<h3>Stet facilis ius te</h3>
<p>Lorem ipsum dolor sit amet, nonumes voluptatum mel ea, cu case ceteros cum. Novum
commodo malorum vix ut. Dolores consequuntur in ius, sale electram dissentiunt quo te.
Cu duo omnes invidunt, eos eu mucius fabellas. Stet facilis ius te, quando
voluptatibus eos in. Ad vix mundi alterum, integre urbanitas intellegam vix in.</p>
</article>
<article>
<h3>Stet facilis ius te</h3>
<p>Lorem ipsum dolor sit amet, nonumes voluptatum mel ea, cu case ceteros cum. Novum
commodo malorum vix ut. Dolores consequuntur in ius, sale electram dissentiunt quo te.
Cu duo omnes invidunt, eos eu mucius fabellas. Stet facilis ius te, quando
voluptatibus eos in. Ad vix mundi alterum, integre urbanitas intellegam vix in.</p>
</article>
</section>
<footer>
<p>© You can copy, edit and publish this template but please leave a link to our website |
<a href="https://html5-templates.com/" target="_blank" rel="nofollow">HTML5 Templates</a></p>
<address>
Contact: <a href="mailto:[email protected]">Mail me</a>
</address>
<p><a href="https://validator.w3.org/check?uri=referer"><img
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0!" height="31" width="88" /></a>
</p>
</footer>
</body>
</html>