14 lines
489 B
HTML
14 lines
489 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>present day, present time...</title>
|
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/ekmas/cs16.css@main/css/cs16.min.css">
|
|
<meta charset="UTF-8" />
|
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0" /> -->
|
|
<!-- <link rel="icon" type="image/x-icon" href="/favicon.ico" /> -->
|
|
<!-- <meta name="title" content="cs16.css" /> -->
|
|
</head>
|
|
<body>
|
|
<h1>Text</h1>
|
|
</body>
|
|
</html>
|