-
Notifications
You must be signed in to change notification settings - Fork 1
/
mariusai.html
23 lines (22 loc) · 996 Bytes
/
mariusai.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P9405HFNTS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-P9405HFNTS');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>MariusAI</title>
</head>
<body>
<div style="max-width: 600px;">
<p><a href="/">Home</a></p>
<h1>MariusAI</h1>
<p>MariusAI is a small ChatGPT wrapper that quickly generates mocks for a described UI. You must used your own Open AI API token to get it to work. Download it <a href="https://raw.githubusercontent.com/asnewman/asnewman.github.io/main/mariusai.zip">here</a>.</p>
<img width="600" src="https://github.com/asnewman/asnewman.github.io/blob/main/mariusaiscreenshot.png?raw=true" alt="A screenshot of MariusAI" />
</div>
</body>
</html>