now uses rice
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-10-28 17:47:37 -07:00
parent 48d663e53d
commit 7cc2628b05
11 changed files with 53 additions and 23 deletions

View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Title</title>
<link rel="stylesheet" href="/s/css/style.css">
</head>
<body>
<h1>Hello, world!</h1>
<script src="/s/js/scripts.js"></script>
</body>
</html>