infatuated/index.html

26 lines
911 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Infatuated</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css" type="text/css">
<script src="fengari-web.js" type="text/javascript" defer></script>
<script src="main.js" type="text/javascript"></script>
<script src="main.lua" type="application/lua" defer></script>
</head>
<body>
<!-- Tip: To run your own Lua on the fly, run `fengari.load("your code here")()` in console -->
<div id="infatuated-msgbox" data-hidden="true">
<span id="infatuated-msgbox-title">Title</span>
<button aria-label="Close" id="infatuated-msgbox-close">&times;</button>
<hr>
<span id="infatuated-msgbox-text">Message</span>
<div id="infatuated-msgbox-buttons">
<button>OK</button>
</div>
</div>
<div id="infatuated-overlay" data-hidden="true"></div>
<canvas id="infatuated-canvas" width="800" height="600"></canvas>
</body>
</html>