1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-31 04:27:45 +00:00

feat: add wasm site

This commit is contained in:
Kevin Amado 2022-02-13 11:33:17 -05:00
parent bfda2490bc
commit 7b7e5c8c67
No known key found for this signature in database
GPG key ID: FFF341057F503148
14 changed files with 9518 additions and 1 deletions

17
front/public/index.html Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Alejandra 💅 - The Uncompromising Code Formatter"
/>
<title>Alejandra 💅</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>