-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathwidget.html
More file actions
26 lines (24 loc) · 727 Bytes
/
widget.html
File metadata and controls
26 lines (24 loc) · 727 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="general.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" type="text/css">
<title>Frostbite</title>
<link rel="shortcut icon" type="image/x-icon" href="logo.png"/>
</head>
<body>
<div class="topnav">
<a href="index.html">Home</a>
<a class="active" href="widget.html">Widget</a>
<a href="proxy.html">Proxy</a>
<a href="games.html">Games</a>
</div>
<widgetbot
server="1088855436477861959"
channel="1088863809684389998"
width="1500"
height="650"
></widgetbot>
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/html-embed"></script>
</body>
</html>