first commit

This commit is contained in:
onezplpl 2024-08-02 06:39:19 -04:00
commit c2087afc00
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
6 changed files with 398 additions and 0 deletions

22
index.html Normal file
View file

@ -0,0 +1,22 @@
<!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>