Update README.md
Browse files
README.md
CHANGED
|
@@ -13,9 +13,22 @@ pinned: true
|
|
| 13 |
<meta charset="UTF-8">
|
| 14 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 15 |
<title>README</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
</head>
|
| 17 |
<body>
|
| 18 |
-
<
|
| 19 |
-
|
|
|
|
|
|
|
| 20 |
</body>
|
| 21 |
</html>
|
|
|
|
| 13 |
<meta charset="UTF-8">
|
| 14 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 15 |
<title>README</title>
|
| 16 |
+
<style>
|
| 17 |
+
body {
|
| 18 |
+
display: flex;
|
| 19 |
+
justify-content: center;
|
| 20 |
+
align-items: center;
|
| 21 |
+
height: 100vh;
|
| 22 |
+
margin: 0;
|
| 23 |
+
font-size: 1.5em;
|
| 24 |
+
text-align: center;
|
| 25 |
+
}
|
| 26 |
+
</style>
|
| 27 |
</head>
|
| 28 |
<body>
|
| 29 |
+
<div>
|
| 30 |
+
<h1>README</h1>
|
| 31 |
+
<p>Just random org to make anything like voice conversion, text to image, TTS, etc.</p>
|
| 32 |
+
</div>
|
| 33 |
</body>
|
| 34 |
</html>
|