SDP/resources/index.html

25 lines
898 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>[index] Simple Drawing Program</title>
<meta name="description" content="Online pure HTML/CSS pixel art editor">
<meta name="author" content="Iglou.eu">
<link rel="shortcut icon" href="favicon.ico">
<style media="screen">
body {text-align:center;color: gray}
small {display: block;font-size: .6em;font-style: italic}
ul {padding: 0;list-style: none}
</style>
</head>
<body>
<h1>Simple Drawing Program<small>Draw pixel art wich html/css only</small></h1>
<p>Select a drawing canvas :</p>
<ul>
[=index]
</ul>
<p>Simple projet from <a href="hppts://iglou.eu">iglou.eu</a> source code on <a href="https://git.iglou.eu/Laboratory/SDP">git.iglou.eu</a></p>
<p>Under MIT License</p>
</body>
</html>