-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (60 loc) · 1.77 KB
/
index.html
File metadata and controls
100 lines (60 loc) · 1.77 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> first for hosting </title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1> first for hosting</h1>
<nav>
<ul>
<li>
<a href="index.html"> index</a>
</li>
<li>
<a href="aboutus.html"> about-us</a>
</li>
<li>
<a href="contactus.html"> contact-us</a>
</li>
<li>
<a href="services.html"> services</a>
</li>
</ul>
</nav>
</header>
<main>
<article>
<section>
<img src="https://simplecore.intel.com/newsroom/wp-content/uploads/sites/11/2017/03/Data-Center.jpg" alt="data centar"
>
</section>
<section>
<p class="g1"> Class 1 single path solution </p>
<p>Class 2 single path with redundancy solution</p>
<p>Class 3 multiple paths providing a concurrent repair/operate solution</p>
<p>Class 4 multiple paths providing a fault tolerant solution (except during maintenance)</p>
<p>Class 2 single path with redundancy solution</p>
<p>Class 3 multiple paths providing a concurrent repair/operate solution</p>
<p>Class 4 multiple paths providing a fault tolerant solution (except during maintenance)</p>
</section>
</article>
<article id= "gg">
<section>
<img src="https://viaweb.co.za/wp-content/uploads/2018/10/sta-je-web-hosting.jpg" alt="web hosting" class="responsive">
</section>
<section>
<p>Techopedia explains Hosting. As a highly critical service, hosting has facilitated the development and growth of the Internet. Hosting is primarily provided by a hosting service provider that builds a specialized backend computing infrastructure.
</p>
</section>
</article>
</main>
<footer>
<p class="g1"> copyright 2021 <p>♥ created with love<p>
</p>
</footer>
<script src="js/app.js"></script>
</body>
</html>