first commit
This commit is contained in:
commit
b23be55d42
838 changed files with 730684 additions and 0 deletions
0
dist/main-c13rsdee.js
vendored
Normal file
0
dist/main-c13rsdee.js
vendored
Normal file
15
dist/main.html
vendored
Normal file
15
dist/main.html
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
<link rel="stylesheet" href="./style-y1kzbynz.scss">
|
||||
<title>Hello world!</title>
|
||||
<script type="module" crossorigin src="./main-c13rsdee.js"></script></head>
|
||||
<body>
|
||||
<main class="container">
|
||||
<h1>Hello world!</h1>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
5
dist/minijinja_templates_main.rs
vendored
Normal file
5
dist/minijinja_templates_main.rs
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|env: &mut minijinja::Environment| {
|
||||
env.add_template("assets/main-5d5yeb75.js", "[object ArrayBuffer]").expect("Embedded an invalid template");
|
||||
env.add_template("main.html", "[object ArrayBuffer]").expect("Embedded an invalid template");
|
||||
env.add_template("assets/main-an4p6yc8.css", "[object ArrayBuffer]").expect("Embedded an invalid template");
|
||||
}
|
||||
3
dist/style-y1kzbynz.scss
vendored
Normal file
3
dist/style-y1kzbynz.scss
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
main {
|
||||
background-color: red;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue