first commit
This commit is contained in:
commit
c2087afc00
6 changed files with 398 additions and 0 deletions
22
index.html
Normal file
22
index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue