-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHomePage.html
More file actions
44 lines (44 loc) · 1.8 KB
/
HomePage.html
File metadata and controls
44 lines (44 loc) · 1.8 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="background scrolling, fixed background, background-attachment, jquery" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="css/default.css" />
<link rel="stylesheet" type="text/css" href="css/component.css" />
<script src="js/modernizr.custom.js"></script>
</head>
<body>
<div class="container">
<header class="clearfix">
<p><font color="red"><h1><font size="20">Welcome to</font><h1></p>
<p><font color="white"><h2><font size="10">Radical Technology<font></h2></p>
<p><font color="yellow"><h2><font size="10">16th Jan 2016 AWS Batch Website.<font></h2></p>
<p><a href="AboutUs.html">About Us:</a></p>
<p><a href="MySQLDataBase.html">Visit our DevOps Data Base</a></p>
</header>
<div id="cbp-fbscroller" class="cbp-fbscroller">
<nav>
<a href="#fbsection1" class="cbp-fbcurrent">Section 1</a>
<a href="#fbsection2">Section 2</a>
<a href="#fbsection3">Section 3</a>
<a href="#fbsection4">Section 4</a>
<a href="#fbsection5">Section 5</a>
<a href="#fbsection6">Section 6</a>
<a href="#fbsection7">Section 7</a>
</nav>
<section id="fbsection1"></section>
<section id="fbsection2"></section>
<section id="fbsection3"></section>
<section id="fbsection4"></section>
<section id="fbsection5"></section>
<section id="fbsection6"></section>
<section id="fbsection7"></section>
</div>
</div>
<h1>Created by SHISHIR - Version_1.1.2<h1>
</body>
</html>