we finally have a true working vers maybe
This commit is contained in:
parent
5e997ce2cf
commit
65cd9cb342
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -29,4 +29,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
api_token: ${{ secrets.NEOCITIES_API_KEY }}
|
api_token: ${{ secrets.NEOCITIES_API_KEY }}
|
||||||
cleanup: false
|
cleanup: false
|
||||||
dist_dir: public
|
dist_dir: _site
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>The web site of abslimeware</title>
|
|
||||||
<!-- The style.css file allows you to change the look of your web pages.
|
|
||||||
If you include the next line in all your web pages, they will all share the same look.
|
|
||||||
This makes it easier to make new pages for your site. -->
|
|
||||||
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<p> hello world</p>
|
|
||||||
<p> chg 2</p>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
x
Reference in New Issue
Block a user