13 lines
482 B
HTML
13 lines
482 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
|
||
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
||
|
<script src="https://unpkg.com/fengari-web/dist/fengari-web.js"></script>
|
||
|
<script type="application/lua" src="index.lua"></script>
|
||
|
</head>
|
||
|
<body style="background: #8CBAFA;">
|
||
|
<div id="formspec_output" style="position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%);"></div>
|
||
|
</body>
|
||
|
</html>
|