Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e03c40776a
2 changed files with 0 additions and 42 deletions
|
|
@ -1,23 +0,0 @@
|
||||||
html {
|
|
||||||
display: table;
|
|
||||||
margin: auto;
|
|
||||||
background-color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
text-align: center;
|
|
||||||
min-height: 95vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
figure {
|
|
||||||
display: inline-flex;
|
|
||||||
border: 1px solid goldenrod;
|
|
||||||
}
|
|
||||||
|
|
||||||
canvas {
|
|
||||||
background-color: black;
|
|
||||||
border: 4px solid darkgreen;
|
|
||||||
}
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<link rel="stylesheet" href="index.css" />
|
|
||||||
<title>Home Page</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<figure>
|
|
||||||
<canvas id="canvas" width="640" height="480"></canvas>
|
|
||||||
</figure>
|
|
||||||
<script src="./rust-rl.js"></script>
|
|
||||||
<script>
|
|
||||||
window.addEventListener("load", async () => {
|
|
||||||
await wasm_bindgen("./rust-rl_bg.wasm");
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue