34 lines
813 B
HTML
34 lines
813 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
|
|
<title>Changelog - Points Buraco</title>
|
|
<style>
|
|
html, body {
|
|
font-family: 'Roboto', 'Helvetica', sans-serif;
|
|
margin: 10px;
|
|
padding: 0;
|
|
}
|
|
#markdown{
|
|
margin-left: 5px;
|
|
}
|
|
a{
|
|
color: rgb(255, 152, 0);
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<main id="recents">
|
|
<h1>Changelog</h1>
|
|
<p class="subtitle">of the app <b><a href="index.html">Points Buraco</a></b></p>
|
|
<br>
|
|
<div id="markdown"></div>
|
|
</main>
|
|
|
|
<script src="js/stmd.js"></script>
|
|
<script src="js/render.js"></script>
|
|
</body>
|
|
</html>
|