mirror of
https://github.com/tanrax/SSE-Fake.git
synced 2024-11-10 01:55:41 +01:00
Update index.html
This commit is contained in:
parent
b33306858b
commit
365f233e50
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user