html-explorations/nomdedom/dependances/simple.css/index.html
2022-06-20 15:56:22 +02:00

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>