mirror of
https://github.com/msikma/pokesprite.git
synced 2026-04-16 22:46:17 -05:00
22 lines
735 B
HTML
22 lines
735 B
HTML
<!doctype html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>PokéSprite</title>
|
|
<link type="text/css" href="pokesprite.css" rel="stylesheet" media="screen" />
|
|
<script charset="utf-8" src="pokesprite.min.js" ></script>
|
|
<link type="text/css" href="overview.css" rel="stylesheet" media="screen" />
|
|
</head>
|
|
<body>
|
|
<div id="top">
|
|
<div class="description">
|
|
<h1>PokéSprite</h1>
|
|
<p>For more information about the project, visit <a href="https://github.com/msikma/pokesprite">https://github.com/msikma/pokesprite</a>.</p>
|
|
<ul>
|
|
<li><a href="overview.html">Full icon overview</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|