21 lines
No EOL
495 B
HTML
21 lines
No EOL
495 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<link rel='stylesheet' href='index.css'>
|
|
<script src="index.js"></script>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
|
|
<body>
|
|
<section class='main'>
|
|
|
|
<h1>Onezmoji Generator</h1>
|
|
<p>Make your own Onezmoji! Work in progress...</p>
|
|
<p><i>More at <a href='https://dervland.net/'>Dervland</a></i></p>
|
|
|
|
<iframe src='emojis.svg'></iframe>
|
|
<div class='inputs'></div>
|
|
</section>
|
|
</body>
|
|
</head> |