mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-25 11:03:56 +00:00
18 lines
463 B
HTML
Vendored
18 lines
463 B
HTML
Vendored
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{{ page.title }}</title>
|
|
<!-- link to main stylesheet -->
|
|
<link rel="stylesheet" type="text/css" href="/css/main.css">
|
|
</head>
|
|
<body>
|
|
{{ content }}
|
|
</div><!-- /.container -->
|
|
<footer>
|
|
<ul>
|
|
<li><a href="https://www.linkedin.com/in/huuthanhnguyen/">linkedin</a></li>
|
|
<li><a href="github.com/giongto35">github.com/giongto35</a></li>
|
|
</ul>
|
|
</footer>
|
|
</body>
|
|
</html>
|