This repository was archived by the owner on Oct 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (70 loc) · 3.08 KB
/
index.html
File metadata and controls
71 lines (70 loc) · 3.08 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
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Cloud Software | Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<script defer src="src/js/navbar.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5d0d013453d10a56bd7b40a9/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.css" />
<link rel="stylesheet" href="src/css/style.css">
<link rel="shortcut icon" href="src/images/cs_logo_transparent.png" type="image/x-icon">
</head>
<body>
<nav class="navbar is-dark">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="#">
<img src="src/images/cs_logo_transparent.png">
</a>
<span class="navbar-burger burger" data-target="navMenu">
<span></span>
<span></span>
<span></span>
</span>
</div>
<div id="navMenu" class="navbar-menu">
<div class="navbar-start">
<a href="https://cloudsoftware.cf" class="navbar-item is-active">Home</a>
</div>
</div>
</div>
</nav>
<section class="hero is-medium is-dark ">
<div class="hero-body">
<div class="container">
<h1 class="title has-text-centered">
Cloud Software is now 2003tech
</h1>
<p class="subtitle-3 has-text-centered">Hello, cloudsoftware.cf is no longer used and will be used instand for the remaining of it's Free-Freenom livespan, for emails.</p>
<p class="subtitle-3 has-text-centered">2003tech's official site is now 2003page.ga (soon 2003page.trexion.com if it's free-freenom livespan ends)</p>
<p class="subtitle-3 has-text-centered">Thank you. -PF94</p>
</div>
</div>
</section>
<footer class="footer" style="color: black;">
<div class="content has-text-centered">
<p>
<strong>Cloud Software</strong>
© <script>var year = new Date().getFullYear(); document.write(year)</script>
<a href="https://cloudsoftware.cf"><strong>cloudsoftware.cf All Rights Reserved</strong></a>
</p>
<a href="https://discord.gg/8UnWCJa" target="_blank"><img src="https://discordapp.com/api/guilds/561286540941197317/widget.png?style=banner2"></a>
</div>
</footer>
</body>
</html>