-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb.html
More file actions
118 lines (91 loc) · 4.95 KB
/
Copy pathweb.html
File metadata and controls
118 lines (91 loc) · 4.95 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>web Hosting</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="js/mobilemenu.js" type="text/javascript"></script>
<script src="js/mail.js" type="text/javascript"></script>
<script src="js/web.js" type="text/javascript"></script>
</head>
<body onload="screenResize()">
<nav>
<div class="mid-align">
<ul id ="toggle"><li id="togglebutton" onclick="toggleMenu()">Open Menu</li></ul>
<ul id="menu"><li><a href="index.html">Home</a></li><li><a href="web.html">Web Hosting</a></li><li><a href="dedicated.html">Dedicated Hosting</a></li><li><a href="geheim/vps.html">Geheime pagina</a></li></ul>
</div>
</nav>
<div class="mid-align">
<h1>BEST WEBHOSTING KNOWN TO MANKIND</h1>
<div class="offer">
<div class="title" id="green">Small Personal</div>
<div class="offerContent">
<ul>
<li><strong>Bandwidth:</strong> 20GB</li>
<li><strong>Mailboxes:</strong> 2</li>
<li><strong>SSL Support</strong> Nee</li>
<li><strong>Joomla</strong> Ja, maar niet snel</li>
</ul>
<div class="buttongreen" onclick="smallPersonal()">Learn more</div>
</div>
</div>
<div class="offer">
<div class="title">Medium Personal</div>
<div class="offerContent">
<ul>
<li><strong>Bandwidth:</strong> 200GB</li>
<li><strong>Mailboxes:</strong> 10</li>
<li><strong>SSL Support</strong> Nee</li>
<li><strong>Joomla</strong> Ja</li>
</ul>
<div class="button" onclick="mediumPersonal()">Learn more</div>
</div>
</div>
<div class="offer">
<div class="title" id="red">Big Personal</div>
<div class="offerContent">
<ul>
<li><strong>Bandwidth:</strong> 2.000GB</li>
<li><strong>Mailboxes:</strong> 900</li>
<li><strong>SSL Support</strong> Ja</li>
<li><strong>Joomla</strong> Ja, en superrrr snel</li>
</ul>
<div class="buttonred" onclick="bigPersonal()">Learn more</div>
</div>
</div>
<div class="container">
<div class="content" id="packet">
<h3 id="hostingTitle">Small Personal</h3>
<p id="hostingText">Small Personal web hosting for individuals or very smal firms, like for example for a local barber shop. Due to the small bandwith prone to DDOS attacks.
</p>
</div>
<div class="information">
<section>
<h2>About Web Hosting</h2>
<p>
A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Web hosts are companies that provide space on a server owned or leased for use by clients, as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for other servers located in their data center, called colocation, also known as Housing in Latin America or France.
</p>
<p>
The scope of web hosting services varies greatly. The most basic is web page and small-scale file hosting, where files can be uploaded via File Transfer Protocol (FTP) or a Web interface. The files are usually delivered to the Web "as is" or with minimal processing. Many Internet service providers (ISPs) offer this service free to subscribers. Individuals and organizations may also obtain Web page hosting from alternative service providers. Personal web site hosting is typically free, advertisement-sponsored, or inexpensive. Business web site hosting often has a higher expense depending upon the size and type of the site.
</p>
<p>
Single page hosting is generally sufficient for personal web pages. A complex site calls for a more comprehensive package that provides database support and application development platforms (e.g. PHP, Java, Ruby on Rails, ColdFusion, or ASP.NET). These facilities allow customers to write or install scripts for applications like forums and content management. Also, Secure Sockets Layer (SSL) is typically used for websites that wish to keep the data transmitted, more secure.
</p>
<p>
The host may also provide an interface or control panel for managing the Web server and installing scripts, as well as other modules and service applications like e-mail. A web server that does not use a control panel for managing the hosting account, is often referred to as a "headless" server. Some hosts specialize in certain software or services (e.g. e-commerce, blogs, etc.).
</p>
<p>Read more information about Web Hosting on <a href="https://en.wikipedia.org/wiki/Web_hosting_service">wikipedia</a></p>
</section>
</div>
</div>
<div class="extra">
<form method='post' action='#'>
<h3>Neem nu contact op:</h3>
<h5>E-mail adress</h5>
<input type='text' name='email' placeholder='john@example.com'>
<h5>Your message</h5>
<textarea name="message" placeholder="Say something cool"> </textarea>
<input type='submit' value='Send message'>
</form>
</div>
</div>