------------------------------------------------------------
commit 2c48cd98f9b2dc84dc7a16a587ce624e5ec93cae
Author: ffff:173.198.69.239 <ffff:173.198.69.239@hub.scroll.pub> Date: Thu Nov 7 03:41:54 2024 +0000 Updated log.txt diff --git a/log.txt b/log.txt new file mode 100644 index 0000000..e69de29 ------------------------------------------------------------
commit ad77b13478e5844cbe841e8de4b23a3aa1e520eb
Author: ffff:173.198.69.239 <ffff:173.198.69.239@hub.scroll.pub> Date: Thu Nov 7 03:41:40 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 4442ed6..38a6589 100644 --- a/index.scroll +++ b/index.scroll @@ -1,4 +1,3 @@ buildHtml -theme roboto -Hello World my name is \ No newline at end of file +currentSite.html ------------------------------------------------------------
commit eaf2700995d00b80012e0553285a7b81452136c4
Author: ffff:173.198.69.239 <ffff:173.198.69.239@hub.scroll.pub> Date: Thu Nov 7 03:41:31 2024 +0000 Updated currentSite.html diff --git a/currentSite.html b/currentSite.html index e69de29..6bc03c4 100644 --- a/currentSite.html +++ b/currentSite.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.1/css/bulma.min.css" integrity="sha256-v5YlJGWVLS5hQ+o48fBzCKHEP2vMNsku57x3CosYykc=" crossorigin="anonymous" /> + <title> + joshvera.com + </title> + </head> + <body> + <section class="hero is-large"> + <div class="hero-body"> + <div class="container"> + <h1 class="title is-spaced"> + "Let me re-assert that the question of whether there are limitations in principle of what problems man can make machines solve for him as compared to his own ability to solve problems, really is a technical question in recursive function theory." + </h1> + <h2 class="subtitle"> + – John McCarthy + </h2> + </div> + </div> + </section> + </body> +</html> ------------------------------------------------------------
commit ff3db3442527cb6d80a9d75fa88e760c6b696f91
Author: ffff:173.198.69.239 <ffff:173.198.69.239@hub.scroll.pub> Date: Thu Nov 7 03:41:26 2024 +0000 Updated currentSite.html diff --git a/currentSite.html b/currentSite.html new file mode 100644 index 0000000..e69de29 ------------------------------------------------------------
commit bae9780b761ef03020de04944435f0db626158ce
Author: root <root@hub.scroll.pub> Date: Fri Oct 25 18:29:16 2024 +0000 initial blank_template template diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa0ab78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.html +*.txt +*.xml +*.css +*.js \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..4442ed6 --- /dev/null +++ b/index.scroll @@ -0,0 +1,4 @@ +buildHtml +theme roboto + +Hello World my name is \ No newline at end of file