Compare commits
No commits in common. "c5a1692d6b415277bb77c4fc7ef8128ecac8aad6" and "373f217fe600fd78a66423c5ac3b1e59214a7b3c" have entirely different histories.
c5a1692d6b
...
373f217fe6
47
index.html
47
index.html
@ -1,47 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>OnlyPrompt – AI Prompt Marketplace</title>
|
|
||||||
|
|
||||||
|
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="assets/css/main.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
|
||||||
<div class="container">
|
|
||||||
<a class="navbar-brand" href="#">OnlyPrompt</a>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
<header class="container text-center mt-5">
|
|
||||||
<h1 class="display-4">OnlyPrompt</h1>
|
|
||||||
<p class="lead">
|
|
||||||
A marketplace to discover, share and sell high-quality AI prompts.
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<main class="container mt-5">
|
|
||||||
<h2>Available Prompts</h2>
|
|
||||||
<div id="prompt-list">
|
|
||||||
<p>Prompts will be displayed here soon...</p>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="text-center mt-5 mb-3">
|
|
||||||
<p>© 2026 OnlyPrompt Project</p>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
<script src="assets/js/app.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Loading…
x
Reference in New Issue
Block a user