we finally have a true working vers maybe

This commit is contained in:
etherware-novice 2024-07-24 16:23:48 -05:00
parent 5e997ce2cf
commit 65cd9cb342
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701
2 changed files with 1 additions and 19 deletions

View File

@ -29,4 +29,4 @@ jobs:
with:
api_token: ${{ secrets.NEOCITIES_API_KEY }}
cleanup: false
dist_dir: public
dist_dir: _site

View File

@ -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>