22 lines
No EOL
470 B
HTML
22 lines
No EOL
470 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://zenoverse.net/'>the Zenoverse</a></i></p>
|
|
|
|
<iframe src='emojis.svg'>
|
|
|
|
<br/>
|
|
</section>
|
|
</body>
|
|
</head> |