-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 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
<!DOCTYPE html>
<link rel="stylesheet" href="style.css">
<html>
<head>
<script src="script.js"></script>
<title>Home</title>
</head>
<body>
<header>
<h1 class="titlehead logo"><img src="shindows.png" class="shindows">FigaSystems<img src="lunix.png" class="lunix"></h1>
<nav>
<a href=index.html>Home </a>
<a href=products/products.html>Products </a>
<a href=contact/contact.html>Contact me </a>
<a href=about/about.html>About </a>
</nav>
</header>
<main>
<div class=”row">
<div class=”post-text-box”>
<h1 class="titlehead newupd">News</h1>
<section class="upd">
<h1 class="updt">Released FigaOS 0.2</h1>
<p class="updt">In new version of FigaOS 0.2 implemented VBE PSF fonts and more others</p>
</section>
<section class="upd">
<h1 class="updt">Released FigaOS 0.1</h1>
<p class="updt">In new version of FigaOS 0.1 implemented VGA</p>
</section>
</div>
</div>
</main>
</body>
</html>