-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnew.html
More file actions
54 lines (54 loc) · 1.69 KB
/
new.html
File metadata and controls
54 lines (54 loc) · 1.69 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="new.css">
<script src="https://kit.fontawesome.com/be3f490722.js" crossorigin="anonymous"></script>
<title>CodeMagico</title>
<link rel="icon" type="image/x-icon" href="fourth.jpg">
<meta charset="UTF-8">
</head>
<body>
<div class="topbar">
<div class="logo">
CodeMagico
</div>
<div class="buttons1">
<button class="Startbutton" onclick="document.location='codenew.html'">
<i class="fa-solid fa-code"></i> Start
</button>
<button class="Twitterbutton" onclick="document.location='https://x.com/Divvvvvvv_'">
<i class="fa-brands fa-twitter"></i> Twitter
</button>
</div>
</div>
<div class="center">
<div class="content1">
<div class="text1">
Your Very Own Code Editor
</div>
<div class="text3">
Lightweight and Fast
</div>
<div class="text2">
Code Edit Repeat
</div>
<div>
<button class="Start2" onclick="document.location='codenew.html'">
<i class="fa-solid fa-code"></i> Start
</button>
</div>
</div>
</div>
<div class="center2">
<div class="footer">
<div class="madewith">
🪄 Made with lot's of love <span class="heartemoji">♥</span> and care <span>😇</span> by Divyansh Tulsiani. ✨
</div>
<div class="sideicons">
<a href="https://x.com/Divvvvvvv_"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://github.com/"><i class="fa-brands fa-github"></i></a>
</div>
</div>
</div>
</body>
</html>