Remove GH Pages

This commit is contained in:
Unmesh Gundecha
2024-07-06 12:52:40 +08:00
parent ffffe563b6
commit e3cf2faacf
4 changed files with 0 additions and 36 deletions

View File

@@ -1,8 +0,0 @@
{
"generator-awesome-list": {
"promptValues": {
"username": "Unmesh Gundecha",
"email": "upgundecha@gmail.com"
}
}
}

View File

@@ -1 +0,0 @@
markdown: CommonMarkGhPages

View File

@@ -1,27 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"
/>
<title>awesome-engineering</title>
<!-- Stylesheet -->
<link
rel="stylesheet"
href="https://unpkg.com/@egoist/docup@1/dist/docup.min.css"
/>
</head>
<body>
<!-- Script -->
<script src="https://unpkg.com/@egoist/docup@1/dist/docup.min.js"></script>
<!-- Start app -->
<script>
docup.init({
// ..options
})
</script>
</body>
</html>