Start babyzplayscene.html

This commit is contained in:
Marley 2023-11-26 20:06:32 -08:00
parent 2c7edc4b62
commit 25ad581fdc
9 changed files with 222 additions and 1641 deletions

View file

@ -123,6 +123,9 @@ MENU.HTML
Nov 2022 & July 2023
* babyz/babyzclothes
Nov 2023
babyz/babyzplayscene
babyz/babyztoyz
babyz/babyzedit

View file

@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<!-- from source -->
<title>New Babyz Playpens</title>
<!-- -->
<!-- archive menu -->
<script src="/menu.js?@root" type="module"></script>
<!-- polyfills -->
<script src="/polyfills.js?@root" type="module"></script>
</head>
<body>
<div class="green center">
<p class="bigger"><b>New Babyz Playpens</b><br>
Click picture or name to download.</p>
To get lots of playscenes for your Babyz, go to these sites -- and while
you're there browse for other goodies :-)<br>
For some of Jesslan's scenes<br>
<a href="http://www.dmwright.com/babyz/" class="defunct" target="_TOP">the
Babyz Crib</a><br>
For some of Jesslan's scenes<br>
<a href="https://web.archive.org/web/20161030151033/http://pfbabyz.com/MyBabyz/index.html"
target="_TOP">Purple Flower Babyz</a><br>
For Dani's scenes<br>
<a href="https://www.d-r-n.com/" target="_TOP">D.R.N</a>
</div>
</body>
</html>

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/carolyns_creations/style.css">
<!-- from source -->
<title>New Babyz Playpens</title>
<!-- -->
<!-- archive menu -->
<script src="/menu.js" type="module"></script>
<!-- polyfills -->
<script src="/polyfills.js" type="module"></script>
</head>
<body>
<div class="green center">
<p class="bigger"><b>New Babyz Playpens</b><br>
Click picture or name to download.</p>
To get lots of playscenes for your Babyz, go to these sites -- and while
you're there browse for other goodies :-)<br>
For some of Jesslan's scenes<br>
<a href="http://www.dmwright.com/babyz/" class="defunct" target="_TOP">the
Babyz Crib</a><br>
For some of Jesslan's scenes<br>
<a href="https://web.archive.org/web/20161030151033/http://pfbabyz.com/MyBabyz/index.html" target="_TOP">Purple Flower Babyz</a><br>
For Dani's scenes<br>
<a href="https://www.d-r-n.com/" target="_TOP">D.R.N</a>
</div>
</body>
</html>

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Carolyn's Creations</title>

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Carolyn's Creations</title>

View file

@ -14,7 +14,7 @@ const cssnano = require('cssnano')
const posthtmlUrlsFilter = require('./posthtmlUrlsConfig')
const bsConfig = require('./bs-config')
const htmlFiles = [
;const htmlFiles = [
'**/*.html',
'!**/index.html',
'!**/includes/**/*.html',
@ -99,8 +99,8 @@ function css() {
exports.watch = function () {
browserSync.init(bsConfig)
watch(htmlFiles, {ignoreInitial: false}, html)
watch(cssFiles, {ignoreInitial: false}, css)
watch(htmlFiles, {ignoreInitial: false}, html)
}
exports.build = parallel(html, css)

1773
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -22,5 +22,11 @@
"css-prefers-color-scheme": "^8.0.2",
"focus-visible": "^5.2.0",
"postcss-focus-within": "^7.0.2"
},
"overrides": {
"chokidar": "^3.0.0",
"glob-stream": "^7.0.0",
"glob-parent": "^6.0.0",
"micromatch": "^4.0.0"
}
}

View file

@ -17,7 +17,7 @@
<script src="/polyfills.js" type="module"></script>
</head>
<body>
<a href="/petz5world/test">test</a>
<a href="/wordfire/test">test</a>
</body>
</html>