Start babyzplayscene.html
This commit is contained in:
parent
2c7edc4b62
commit
25ad581fdc
9 changed files with 222 additions and 1641 deletions
|
@ -123,6 +123,9 @@ MENU.HTML
|
||||||
Nov 2022 & July 2023
|
Nov 2022 & July 2023
|
||||||
|
|
||||||
* babyz/babyzclothes
|
* babyz/babyzclothes
|
||||||
|
|
||||||
|
Nov 2023
|
||||||
|
|
||||||
babyz/babyzplayscene
|
babyz/babyzplayscene
|
||||||
babyz/babyztoyz
|
babyz/babyztoyz
|
||||||
babyz/babyzedit
|
babyz/babyzedit
|
||||||
|
|
37
carolyns_creations/babyz/babyzplayscene/babyzplayscene.html
Normal file
37
carolyns_creations/babyz/babyzplayscene/babyzplayscene.html
Normal 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>
|
36
carolyns_creations/babyz/babyzplayscene/index.html
Normal file
36
carolyns_creations/babyz/babyzplayscene/index.html
Normal 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>
|
|
@ -1,3 +1,4 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Carolyn's Creations</title>
|
<title>Carolyn's Creations</title>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Carolyn's Creations</title>
|
<title>Carolyn's Creations</title>
|
||||||
|
|
|
@ -14,7 +14,7 @@ const cssnano = require('cssnano')
|
||||||
const posthtmlUrlsFilter = require('./posthtmlUrlsConfig')
|
const posthtmlUrlsFilter = require('./posthtmlUrlsConfig')
|
||||||
const bsConfig = require('./bs-config')
|
const bsConfig = require('./bs-config')
|
||||||
|
|
||||||
const htmlFiles = [
|
;const htmlFiles = [
|
||||||
'**/*.html',
|
'**/*.html',
|
||||||
'!**/index.html',
|
'!**/index.html',
|
||||||
'!**/includes/**/*.html',
|
'!**/includes/**/*.html',
|
||||||
|
@ -99,8 +99,8 @@ function css() {
|
||||||
exports.watch = function () {
|
exports.watch = function () {
|
||||||
browserSync.init(bsConfig)
|
browserSync.init(bsConfig)
|
||||||
|
|
||||||
watch(htmlFiles, {ignoreInitial: false}, html)
|
|
||||||
watch(cssFiles, {ignoreInitial: false}, css)
|
watch(cssFiles, {ignoreInitial: false}, css)
|
||||||
|
watch(htmlFiles, {ignoreInitial: false}, html)
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.build = parallel(html, css)
|
exports.build = parallel(html, css)
|
||||||
|
|
1773
package-lock.json
generated
1773
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -22,5 +22,11 @@
|
||||||
"css-prefers-color-scheme": "^8.0.2",
|
"css-prefers-color-scheme": "^8.0.2",
|
||||||
"focus-visible": "^5.2.0",
|
"focus-visible": "^5.2.0",
|
||||||
"postcss-focus-within": "^7.0.2"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<script src="/polyfills.js" type="module"></script>
|
<script src="/polyfills.js" type="module"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a href="/petz5world/test">test</a>
|
<a href="/wordfire/test">test</a>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue