forked from TonTon-UFPA-Comput/site
25 lines
No EOL
373 B
Text
25 lines
No EOL
373 B
Text
<html>
|
|
<head>
|
|
<title>TonTon</title>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<nav>
|
|
<a href="/readme.md">Readme</a>
|
|
|
|
<a href="/building.md">Building</a>
|
|
|
|
<a href="/QA.md">Q&A</a>
|
|
</nav>
|
|
<header>
|
|
|
|
<%= yield %>
|
|
</body>
|
|
|
|
<script>
|
|
const title = document.querySelector('title');
|
|
|
|
title.textContent = document.querySelector('h1').textContent;
|
|
</script>
|
|
</html> |