0.1.0-alpha.2

This commit is contained in:
2021-08-04 22:04:26 +08:00
parent a613a35ff0
commit 5d0241a387
4 changed files with 700 additions and 55 deletions

20
templates/index.html.tera Normal file
View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="renderer" content="webkit" />
<meta name="force-rendering" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{ title }}</title>
<style>
* {
padding: 0;
margin: 0;
}
</style>
</head>
<body>
<header style="padding: 1.5rem 5% 1rem; background-color: #f2f2f2"></header>
</body>
</html>