<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="sc_id" content="test-0">
<style>
body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
</style>
</head>
<body>
<h1>Story Chain</h1>
<div>
<p>This is a first story test.</p>
<p>Enjoy the ride...</p>
</div>
</body>
</html>