-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
41 lines (38 loc) · 2.04 KB
/
index.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Main Title</title>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="crossorigin" />
<link rel="preload" as="style"
href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&display=swap"
media="print" onload="this.media='all'" />
<noscript>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&display=swap" />
</noscript>
<link href="css/bootstrap.min.css?ver=1.2.0" rel="stylesheet">
<link href="css/main.css?ver=1.2.0" rel="stylesheet">
</head>
<body id="top">
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner cover" style="position: absolute; top:200px">
<h1 class="cover-heading">INTERNET WEB PROGRAMMING</h1>
<p class="lead cover-copy"><strong>The VOID Team</strong></p>
<p class="lead"><button type="button" class="btn btn-lg btn-default btn-notify"
onclick="alert('Before Going to the Pages \n\nWeb programming refers to the writing, markup and coding involved in Web development, which includes Web content, Web client and server scripting and network security. The most common languages used for Web programming are XML, HTML, JavaScript, Perl 5 and PHP. Web programming is different from just programming, which requires interdisciplinary knowledge on the application area, client and server scripting, and database technology');location.href = 'sub-topics/html/html.html'">Enter
to Our Pages</button></p>
</div>
<div class="mastfoot">
</div>
</div>
</div>
</div>
</body>
</html>