first commit
This commit is contained in:
commit
817b7cf4bc
838 changed files with 730686 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", "").expect("Embedded an invalid template");
|
||||
env.add_template("main.html", "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <meta name=\"color-scheme\" content=\"light dark\">\n \n <title>Hello world!</title>\n <link rel=\"stylesheet\" crossorigin href=\"/assets/main-an4p6yc8.css\"><script type=\"module\" crossorigin src=\"/assets/main-5d5yeb75.js\"></script></head>\n <body>\n <main class=\"container\">\n <h1>Hello world!</h1>\n </main>\n </body>\n</html>\n").expect("Embedded an invalid template");
|
||||
env.add_template("assets/main-an4p6yc8.css", "main{background-color:red}\n").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