Initial Flask demo
This commit is contained in:
8
templates/index.html
Normal file
8
templates/index.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<!doctype html>
|
||||
<html lang="ru">
|
||||
<head><meta charset="utf-8"><title>{{ title }}</title></head>
|
||||
<body>
|
||||
<h1>{{ title }}</h1>
|
||||
<p>Если вы это видите — пайплайн сработал 🎉</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user