Update URLs.
This commit is contained in:
parent
f3864f0c9f
commit
dfa7da5598
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
|
||||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||||
<script src="https://unpkg.com/fengari-web/dist/fengari-web.js"></script>
|
<script src="https://unpkg.com/fengari-web/dist/fengari-web.js"></script>
|
||||||
<script type="application/lua" src="index.lua"></script>
|
<script type="application/lua" src="index.lua?rev=1"></script>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background: #8CBAFA;
|
background: #8CBAFA;
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
--
|
--
|
||||||
|
|
||||||
-- Load the renderer
|
-- Load the renderer
|
||||||
dofile('renderer.lua')
|
dofile('renderer.lua?rev=1')
|
||||||
local formspec_escape = formspec_ast.formspec_escape
|
local formspec_escape = formspec_ast.formspec_escape
|
||||||
|
|
||||||
-- Show the properties list
|
-- Show the properties list
|
||||||
|
|
Loading…
Reference in New Issue