-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfile1.html
More file actions
47 lines (47 loc) · 1.67 KB
/
file1.html
File metadata and controls
47 lines (47 loc) · 1.67 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Host your pages</title>
</head>
<body>
<div class="main">
<b>Host your pages on my site!</b>
<p>Hello, you want to host pages but you don't know how ?</p>
<p>There are several ways to do this:</p>
<ul>
<li>You're a developer and you have good skills in HTML, JAVASCRIPT etc:
<ol>
<li>
Prepare your file or folder
</li>
<li>
Send me your file or folder
</li>
<li>
Wait that I read your file or folder to verify that it is secure
</li>
</ol>
</li>
<li>You're a begginer and you want learn html:
<ol>
<li>
Read the W3Schools courses or other to learn HTML (I maybe will create some articles to teach you the html)
</li>
<li>
Send me your code, and same steps that experimented developer...
</li>
</ol>
</li>
<li>
You're a begginner and don't want to learn html or want to do this by the future:
<ol>
<li>Send me what you wan't your page to be like and I will create this for you...</li>
</ol>
</li>
</ul>
</div>
</body>
</html>