-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnews.html
executable file
·111 lines (111 loc) · 4.2 KB
/
news.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE HTML>
<!-- Website template by freewebsitetemplates.com -->
<html>
<head>
<meta charset="UTF-8">
<title>News - Zerotype Website Template</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<div id="header">
<div>
<div class="logo">
<a href="index.html">Zero Type</a>
</div>
<ul id="navigation">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="features.html">Features</a>
</li>
<li class="active">
<a href="news.html">News</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
<div id="contents">
<div class="main">
<h1>News</h1>
<ul class="news">
<li>
<div class="date">
<p>
<span>03</span>
2023
</p>
</div>
<h2>Updates: More Features Released <span>Brian Ferry</span></h2>
<p>
You can replace all this text with your own text. Want an easier solution for a Free Website? Head straight to Wix and immediately start customizing your website! Wix is an online website builder with a simple drag & drop interface, meaning you do the work online and instantly publish to the web. All Wix templates are fully customizable and free to use. Just pick one you like, click Edit, and enter the online editor. <span><a href="post.html" class="more">Read More</a></span>
</p>
</li>
<li>
<div class="date">
<p>
<span>03</span>
2023
</p>
</div>
<h2>Updates: More Features Released <span>Brian Ferry</span></h2>
<p>
You can replace all this text with your own text. Want an easier solution for a Free Website? Head straight to Wix and immediately start customizing your website! Wix is an online website builder with a simple drag & drop interface, meaning you do the work online and instantly publish to the web. All Wix templates are fully customizable and free to use. Just pick one you like, click Edit, and enter the online editor. <span><a href="post.html" class="more">Read More</a></span>
</p>
</li>
<li>
<div class="date">
<p>
<span>03</span>
2023
</p>
</div>
<h2>Updates: More Features Released <span>Brian Ferry</span></h2>
<p>
You can replace all this text with your own text. Want an easier solution for a Free Website? Head straight to Wix and immediately start customizing your website! Wix is an online website builder with a simple drag & drop interface, meaning you do the work online and instantly publish to the web. All Wix templates are fully customizable and free to use. Just pick one you like, click Edit, and enter the online editor. <span><a href="post.html" class="more">Read More</a></span>
</p>
</li>
</ul>
</div>
<div class="sidebar">
<h1>Popular Posts</h1>
<ul class="posts">
<li>
<h4 class="title"><a href="post.html">Making It Work</a></h4>
<p>
I'm a paragraph. Click here to add your own text and edit me. I’m a great place for you to tell a story and let your users know a little more about you.
</p>
</li>
<li>
<h4 class="title"><a href="post.html">Designs and Concepts</a></h4>
<p>
I'm a paragraph. Click here to add your own text and edit me. I’m a great place for you to tell a story and let your users know a little more about you.
</p>
</li>
<li>
<h4 class="title"><a href="post.html">Getting It Done!</a></h4>
<p>
I'm a paragraph. Click here to add your own text and edit me. I’m a great place for you to tell a story and let your users know a little more about you.
</p>
</li>
</ul>
</div>
</div>
<div id="footer">
<div class="clearfix">
<div id="connect">
<a href="http://freewebsitetemplates.com/go/facebook/" target="_blank" class="facebook"></a><a href="http://freewebsitetemplates.com/go/googleplus/" target="_blank" class="googleplus"></a><a href="http://freewebsitetemplates.com/go/twitter/" target="_blank" class="twitter"></a><a href="http://www.freewebsitetemplates.com/misc/contact/" target="_blank" class="tumbler"></a>
</div>
<p>
© 2023 Zerotype. All Rights Reserved.
</p>
</div>
</div>
</body>
</html>