Skip to content

Commit

Permalink
mkdir docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrannosaurusLjx committed Mar 13, 2024
1 parent df39d6a commit 0f8f4dc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
Empty file added docs/.nojekyll
Empty file.
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# TyrannosaurusLjx.github.io
my page
23 changes: 22 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
hello word
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: '',
repo: ''
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
</body>
</html>

0 comments on commit 0f8f4dc

Please sign in to comment.