-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (55 loc) · 2.31 KB
/
index.html
File metadata and controls
63 lines (55 loc) · 2.31 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 http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>cosmicbolt.io</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css">
<script async="false" type="text/javascript" src="js/nostr-provider.js"></script></head>
<body>
<div class="navbar">
<div class="container navbar-body">
<span class="logo"> <a href="/"> <img src="cosmicbolt.logo.side.small.png"></a> </span>
<span class="header-links"> <a href="#aboutus"> About</a> <a href="#contactus"> Contact</a> </span>
</div>
</div>
<div class="hero">
<div class="container">
<div class="info">
Entering the atmosphere.
</div>
</div>
</div>
<div class="aboutus" id="aboutus">
<div class="container">
<p class="que"><b>Who are we? </b> </p>
<p class="ans">
Secure networking for distributed systems.
</p>
</div>
</div>
<div class="contactus" id="contactus">
<div class="container">
<div class="feild">
<span class="que"><b>Want to reach out? </b><br> <br>
<p class="ans"> Write your message and press send.</p>
</span>
<span class="form">
<form action="https://usebasin.com/f/cae2ee343ef4" method="POST" enctype="multipart/form-data" id="form">
<input type="text" name="name" placeholder=" Enter your name" id="boxes"><br>
<input type="email" name="email" placeholder="Enter your email" id="boxes" required=""><br>
<textarea type="text" name="message" placeholder="
Enter your message" rows="5" cols="33" id="boxes"></textarea><br>
<button type="submit" id="button">Send</button>
</form>
</span>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<h4> Copyright: © 2023-2026 cosmicbolt.net. All rights reserved. Theme: Parag Mahale</h4>
</div>
</div>
</body></html>