asciinema.org/resources/asciinema/endpoint/example/example.html
2017-04-12 14:43:30 +02:00

12 lines
292 B
HTML

<!DOCTYPE html>
<html lang="en" class="example">
<head>
<title>Example Endpoint</title>
<link rel="stylesheet" href="/assets/normalize.css/normalize.css">
<link rel="stylesheet" href="/css/site.css">
</head>
<body>
<h1>This is an example endpoint</h1>
</body>
</html>