sarsooxyz.pyreact/templates/index.html
2019-02-07 15:46:08 +00:00

15 lines
395 B
HTML

<!doctype html>
<html>
<head>
<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') }}">
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
</head>
<body>
<h1>sarsoo</h1>
<a href="https://github.com/sarsoo">github</a>
</body>
</html>