Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 authored Sep 22, 2024
0 parents commit 76da1ca
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>shrimplejs</title>
</head>
<body>
hi these are <a href="https://srizan.dev">ethan</a>'s shrimple packages. they are small i think
<div style="display: flex; padding-top: 40px;">
<img src="https://github.com/shrimplejs.png" alt="shrimplejs logo">
<ul>
<li>env: <a href="https://github.com/shrimplejs/env">gh</a> <a href="https://shrimple.js.org/env">docs</a></li>
<li>locales: <a href="https://github.com/shrimplejs/locales">gh</a> <a href="https://shrimple.js.org/locales">docs</a></li>
</ul></div>
</body>
</html>

0 comments on commit 76da1ca

Please sign in to comment.