<!-- ./public/index.html -->
<!DOCTYPE html>
<html>
<head>
<title>First website</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<header>
<div class="user-count">0</div>
<h1>Tokyo Chat</h1>
</header>
<section class="chat">
<p><strong>Pepito</strong>: Hey everyone!</p>
<p><strong>親日</strong>: こんいちは!</p>
</section>
<form>
<input type="text" placeholder="Say something nice" />
<button>Send</button>
</form>
</main>
<!-- Include jquery, cookies, socket.io (client-side) and your own code -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="https://unpkg.com/cookie_js@1.2.2/cookie.min.js"></script>
<script src="https://unpkg.com/socket.io-client@2/dist/socket.io.slim.js"></script>
<script src="javascript.js"></script>
</body>
</html>
top of page
EMBED SECTION TITLE
Embed Section Subtitle
This is your Embedded item paragraph. It’s a great place to add a description of your written, illustrated or visual content, as well as any other format that you have embedded in your site. Don’t hesitate to use this space to add valuable information for your users, and encourage them to take action.
bottom of page
😅