sarsooxyz.pyreact/templates/index.html

15 lines
395 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 15:25:01 +00:00
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
2019-02-07 11:50:42 +00:00
</head>
<body>
2019-02-07 13:54:26 +00:00
<h1>sarsoo</h1>
2019-02-07 15:46:08 +00:00
<a href="https://github.com/sarsoo">github</a>
2019-02-07 11:50:42 +00:00
</body>
</html>