sarsooxyz.pyreact/templates/index.html
2019-02-16 15:30:12 +00:00

20 lines
469 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>
<div class="header">
<h1>sarsoo</h1>
</div>
<p>electronic engineering student</p>
<a href="https://github.com/sarsoo">github</a>
</body>
</html>