2022-02-02 00:52:01 +00:00
<!DOCTYPE html>
< html >
< head >
< meta charset = 'utf-8' / >
2022-02-02 01:47:38 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2022-02-02 00:52:01 +00:00
< title > mutate-a-word!< / title >
< / head >
< body >
2022-02-02 01:47:38 +00:00
< section id = "header" >
< h1 > mutate-a-word!< / h1 >
< div id = "input-line" >
2022-02-02 02:15:04 +00:00
< button class = "starting-regen hidden" > 🔄< / button >
< input type = "text" id = "starting-word" placeholder = "e.g. rockets" / >
2022-02-02 01:47:38 +00:00
< button id = "starting-regen" > 🔄< / button >
< / div >
2022-02-02 00:52:01 +00:00
< / section >
< section id = "mutations" >
< em > Mutations will appear here< / em >
< / section >
2022-02-02 03:04:28 +00:00
< footer >
< p > Built with ♥️ by < a href = "https://starbeamrainbowlabs.com/" > < img src = "https://starbeamrainbowlabs.com/images/sbrl/SBRL-Small-64.png" class = "icon" / > Starbeamrainbowlabs< / a > .< / p >
< / footer >
2022-02-02 00:52:01 +00:00
<!-- - - - - - - - - - - - - -->
< link rel = "stylesheet" href = "./css/theme.css" / >
< script src = "./js/index.mjs" charset = "utf-8" type = "module" > < / script >
< / body >
< / html >