First commit
This commit is contained in:
commit
b830d3cf07
12 changed files with 2068 additions and 0 deletions
16
templates/main.html
Normal file
16
templates/main.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>rouleunpet</title>
|
||||
<link href="static/lobster-two-font.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="stylesheet" type="text/css" href="static/style.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>{{ test }}</h1>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue