mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-01-17 15:06:29 +00:00
16 lines
557 B
HTML
16 lines
557 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Deploy to Neocities</title>
|
|
<meta name='viewport' content='initial-scale=1, viewport-fit=cover'>
|
|
<link rel="shortcut icon" href="/favicon.ico">
|
|
<link rel="stylesheet" href="https://unpkg.com/highlight.js@^9/styles/github.css">
|
|
<link rel="stylesheet" href="https://unpkg.com/mine.css@^2/dist/style.css">
|
|
<link rel="stylesheet" href="https://unpkg.com/mine.css@^2/dist/layout.css">
|
|
</head>
|
|
<body>
|
|
<main class="markdown-body"></main>
|
|
</body>
|
|
</html>
|