-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (26 loc) · 1.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>BFDIA5b - Dev edition</title>
<meta name="description" content="An HTML5 port of the puzzle platformer in the world of Battle for Dream Island."/>
<meta charset="utf-8"/>
<meta name="author" content="coppersalts">
<meta property="og:title" content="HTML5b">
<meta property="og:type" content="website">
<meta property="og:url" content="https://coppersalts.github.io/HTML5b/">
<meta property="og:image" content="https://coppersalts.github.io/HTML5b/visuals/bg/bg0002.png">
<meta property="og:description" content="An HTML5 port of Cary Huang's BFDIA 5b.">
<meta name="theme-color" content="#c92b20">
<meta name="twitter:card" content="summary_large_image">
<link rel="shortcut icon" type="image/x-icon" href="./visuals/blocks/b0001.svg" />
<link rel="stylesheet" href="style.css" type="text/css"/>
<script type="text/javascript" src="5b.js"></script>
</head>
<body>
<div id="center">
<t1 style= text-align:center >developer options<br> <a href= tools/getBase64/index.html>apply texture</a></t1>
<div id="hide-contenteditable"><canvas width="960" height="540" id="cnv" contenteditable="false"></canvas></div>
<p class="bottomtext">An HTML5 port of Cary Huang's <a href="https://bfdi.tv/5b/">BFDIA 5b</a>. Explore is powered by <a href="https://5beam.zelo.dev/">Zelo101's 5beam</a>.</p>
</div>
</body>
</html>