prosty-jezyk / index.html
jglowa's picture
Update index.html
06fa7ba verified
raw
history blame contribute delete
382 Bytes
<!doctype html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Prosty Język - polski asystent AI do upraszczania tekstów</title>
<link rel="stylesheet" href="style.css">
<script type="module" src="script.js"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>