Update index.html

This commit is contained in:
Andros Fenollosa 2022-07-19 22:37:46 +02:00 committed by GitHub
parent b33306858b
commit 365f233e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
<meta name="viewport" <meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>SSE Fake</title> <title>SSE Fake</title>
<meta name="description" content="Free fake Server-side Events for testing and prototyping."> <meta name="description" content="Free fake Server-send Events for testing and prototyping.">
<!-- PrismJS --> <!-- PrismJS -->
<link href="{% static 'css/prism.css' %}" rel="stylesheet" /> <link href="{% static 'css/prism.css' %}" rel="stylesheet" />
<script defer src="{% static 'js/prism.js' %}"></script> <script defer src="{% static 'js/prism.js' %}"></script>
@ -39,7 +39,7 @@
<div class="container"> <div class="container">
<header class="header"> <header class="header">
<h1 id="sse-fake">SSE Fake</h1> <h1 id="sse-fake">SSE Fake</h1>
<p>Free fake Server-side Events for testing and prototyping.</p> <p>Free fake Server-send Events for testing and prototyping.</p>
</header> </header>
<main> <main>
<h2 id="try-it">Try it</h2> <h2 id="try-it">Try it</h2>
@ -92,4 +92,4 @@
</footer> </footer>
</div> </div>
</body> </body>
</html> </html>