23 lines
630 B
HTML
23 lines
630 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Simple.css CDN</title>
|
|
<style>
|
|
body {
|
|
display:block;
|
|
max-width: 40rem;
|
|
margin: 0 auto;
|
|
padding: 0 1rem;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir,
|
|
"Nimbus Sans L", Roboto, Noto, "Segoe UI", Arial, Helvetica,
|
|
"Helvetica Neue", sans-serif;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Simple.css CDN</h1>
|
|
<p>I'm just the <a href="https://simplecss.org">Simple.css</a> CDN. There's nothing for you to browse here.</p>
|
|
</body>
|
|
</html>
|