add files

This commit is contained in:
Hygna 2022-09-13 21:15:52 +01:00
parent d6cad17a15
commit 09b2b96116
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w2.org/2000/svg" viewBox="0 0 1770 1000" fill="currentColor">
<circle cx="499" cy="500" r="500"></circle>
<ellipse ry="474" rx="250" cy="501" cx="1296"></ellipse>
<ellipse cx="1681" cy="502" rx="88" ry="424"></ellipse>
</svg>

After

Width:  |  Height:  |  Size: 334 B

View File

@ -0,0 +1,8 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="../../../assets/images/libredirect.svg">
<link href="../stylesheets/styles.css" rel="stylesheet">
<title>General</title>
<script type="module" src="./init.js"></script>
</head>