-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHOME.html
More file actions
105 lines (66 loc) · 2.57 KB
/
HOME.html
File metadata and controls
105 lines (66 loc) · 2.57 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
<!DOCTYPE html>
<html>
<head>
<title> Web1.0 Programming Tutorial </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
h1 {
font-size: 15px;
style="color:blue"; }
h2 {
color: rgb(0, 232, 15);
font-size: 1.5em;
}
body {
font-size: 15px; bgcolor="blue";
}
h2 {
color: rgb(0, 232, 15);
font-size: 1.5em;
}
#rabbits-info-heading {
background-color: purple;
}
p {
color: rgb(191, 0, 255);
font-family: "Helvetica", sans-serif;
}
#rabbits-info {
color: purple;
}
.song-lyrics {
background-color: yellow;
font-family: monospace;
}
</style>
</head>
<body>
<img src="WEB1.0.png"> <p class=h1 align="center">Web1.0 Programming Tutorial</p>
<img src="web-service.jpg">
<HR>
<br>
<div class="col-sm-8 text-left">
<h1>Welcome to Web1.0 Programming Tutorial! </h1>
<p>WEB1.0 is the Most Standard Programming Language for WEB invented by wilmix jemin j in NJDOLLAR at OCT 2015 to develop a WebService with namespace, used for security, used for userfriendly interface design, and it is easy to use....
Here We can Learn only about Web1.0 Programming Tutorial.Professionals can view the Tutorial about Web1.0 Programming Tutorial in this site ; So that it is easy for the developers to learn it.
</p>
<hr>
<marquee> <h3>Worried about WebService Security?</h3> </marquee>
<marquee><p> Do you want to focus on WebService with Security</p></marquee>
<marquee><p alt="Security! or WebService! " width="300" height="300"> </marquee>
</div>
</div>
<div class="container-fluid text-center">
<div class="row content">
<div class="col-sm-2 sidenav">
<p><a href="WEB1TUTORIAL.pdf">Web1.0 Programming Tutorial</a></p>
<p><a href="Samples.html">SAMPLES</a></p>
<p><a href="4WHFAQS.html">4WHFAQS?</a></p>
<p><a href="https://github.com/jemin777/WEB1Tutorial.github.io/releases/tag/v1.0">Download</a></p>
</div>
</body>
</html>