-
Notifications
You must be signed in to change notification settings - Fork 20
/
index.html
67 lines (61 loc) · 2.35 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
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
<!DOCTYPE html>
<html>
<head>
<title>Free Online Form Builder & Form Creator | Cyberbuddy.io</title>
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png">
<!-- <link rel="manifest" href="/site.webmanifest"> -->
<!-- Meta Tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name=”robots” content=”noindex, nofollow”>
<meta name=”robots” content=”index, follow”>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- For SEO -->
<link rel="canonical" href="http://blog.cyberbuddy.io/">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!-- Main CSS -->
<link rel="stylesheet" type="text/css" href="./assets/css/style.css">
</head>
<body style="background-color: #F8FBFF;">
<div class="side-bar"></div>
<div class="side-bar position-sb"></div>
<nav>
<div style="cursor: pointer;">
<h2>FORMS</h2>
<h1><span>FORMS</span>.cyberbuddy.io</h1>
</div>
<div>
<a style="text-decoration: none;" href="https://cyberbuddy.io/"><h1>CYBERBUDDY</h1></a>
<div>
<a href="#"><button><h2>Login</h2></button></a>
<a href="https://register.cyberbuddy.io/Become-Cyberbuddy"><button><h2>Join Us</h2></button></a>
</div>
</div>
<div>
<a href="https://cyberbuddy.io/"><img src="assets/images/logo.png" /></a>
</div>
</nav>
<section>
<div>
<h1>Build your own Form</h1>
</div>
<div>
<a href="./portal/index.html"><button><h1>+</h1></button></a>
</div>
<div>
<img src="assets/images/illustration.png">
</div>
</section>
</body>
</html>