-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (60 loc) Β· 2.1 KB
/
Copy pathindex.html
File metadata and controls
63 lines (60 loc) Β· 2.1 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title> SL Programmers </title>
<link rel="stylesheet" href="CSS/style.css">
<link rel="stylesheet" href="Font/fonts.css">
</head>
<body>
<section id="banner">
<div id="particles-js"></div>
<div class="container">
<div class="navbar">
<div class ="logo">
<b href ="#home"><span>SL PROGRAMMERS</span></b>
</div>
<nav><ul>
<li><a href="#home"> HOME </a></li>
<li><a href="#about"> ABOUT </a></li>
<li><a href=""> CONTACT </a></li>
</ul></nav>
</div>
<div class="row">
<div class="heading">
<h1>SL PROGRAMMERS</h1>
<p>We are Sl Programmers.
We are legion.
We do not forgive.
We do not forget.
Expect us.</p>
</div>
</div>
</div>
<script src="Java Script/particles.js"></script>
<script src="Java Script/app.js"></script>
</section>
<section id="footer">
<div class="footer container">
<div class="footer-brand">
</div>
<h2><center> This Website Owned To SL PROGRAMMERS.</center></h2>
<h2><center> Website Create By Z Hacker</center> </h2>
<br>
<div class="social-icon">
<div class="social-item">
<c href="#" ><img src="https://img.icons8.com/color/48/000000/github--v3.png"/></c>
</div>
<div class="social-item">
<c href="#" ><img src="https://img.icons8.com/color/48/000000/facebook-new.png"/></c>
</div>
<div class="social-item">
<c href="#" ><img src="https://img.icons8.com/fluency/48/000000/instagram-new.png"/></c>
</div>
</div>
<p><center> © <script>document.write(new Date().getFullYear());</script>, SL PROGRAMMERS </center></p>
</div>
</section>
</body>
</html>