sarsooxyz.pyreact/templates/index.html

12 lines
267 B
HTML
Raw Normal View History

2019-02-07 11:50:42 +00:00
<!doctype html>
<html>
<head>
2019-02-07 13:54:26 +00:00
<title>sarsoo</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
2019-02-07 11:50:42 +00:00
</head>
<body>
2019-02-07 13:54:26 +00:00
<h1>sarsoo</h1>
2019-02-07 11:50:42 +00:00
</body>
</html>