forked from javalsai/website
feat: add notes
This commit is contained in:
4
components/md-post.html
Normal file
4
components/md-post.html
Normal file
@@ -0,0 +1,4 @@
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
19
components/md-pre.html
Normal file
19
components/md-pre.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Javalsai's Website</title>
|
||||
<meta name="author" content="javalsai" />
|
||||
<meta name="description" content="🐧javalsai's personal website" />
|
||||
<meta name="theme-color" content="#dd5555" />
|
||||
|
||||
<link rel="stylesheet" href="/styles/bundles/markdown.css">
|
||||
<link rel="stylesheet" href="/styles/code-highlight/default.css">
|
||||
</head>
|
||||
|
||||
<body class="flex column">
|
||||
<!--# include virtual="/components/header.html" -->
|
||||
<main>
|
Reference in New Issue
Block a user