-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathothers.html
More file actions
31 lines (31 loc) · 1.36 KB
/
others.html
File metadata and controls
31 lines (31 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="styles.css"/>
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="icon" href="cube.ico">
<title>Other Great Places</title>
</head>
<body>
<div class="centered">
<div class="titlerect">
<form action="/index.html">
<button class='bx bx-cube-alt bx-tada-hover' style="color: white; font-size: 50px; margin-bottom: 20px; background-color: transparent; border: 0px;"></button>
</form>
<form action="https://shutbaton.github.io/AdFreeGames">
<button id="AdFreeGames" class="startbtn fontformat" style="--size: 30px">AdFreeGames</button>
</form>
</div>
<div class="otherrect" style="margin-top: 20px;">
<form action="https://neal.fun">
<button id="Neal.fun" class="otherbtn fontformat" style="--size: 30px; margin-bottom: 20px">Neal.fun</button>
</form>
<form action="https://pkyu.github.io/coastle">
<button id="Coastle" class="otherbtn fontformat" style="--size: 30px">Coastle</button>
</form>
</div>
</div>
</body>
</html>