https://sr.bearblog.dev/

Submitted URL:
https://sr.bearblog.dev/
Report Finished:

The outgoing links identified from the page

LinkText
https://www.youtube.com/@Steve-Rambo/videosMy YouTube
https://guestbooks.meadow.cafe/guestbook/114Guestbook
https://www.youtube.com/watch?v=1qfSJxcgH5Ithat one Chromebook video.
https://www.asciiart.eu/ASCII Art Archive.
https://bearblog.devBear ʕ•ᴥ•ʔ

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5">
<title>Steve stuff</title>
<link rel="canonical" href="https://sr.bearblog.dev">
<meta name="sr" content="look-for-the-bear-necessities">

<meta name="title" content="Steve stuff">
<meta name="description" content="doing weird stuff online 

You might know me from 

<pre>

                          .ss+.                         
                          $;    Ts...">

<meta property="og:site_name" content="Steve stuff">
<meta property="og:title" content="Steve stuff">
<meta property="og:type" content="website">
<meta property="og:url" content="https://sr.bearblog.dev">
<meta property="og:description" content="doing weird stuff online 

You might know me from 

<pre>

                          .ss+.                         
                          $;    Ts...">
<meta property="og:image" content="https://bear-images.sfo2.cdn.digitaloceanspaces.com/herman-1683556668-0.png">

<meta property="twitter:card" content="summary">
<meta property="twitter:url" content="https://sr.bearblog.dev">
<meta property="twitter:title" content="Steve stuff">
<meta property="twitter:description" content="doing weird stuff online 

You might know me from 

<pre>

                          .ss+.                         
                          $;    Ts...">
<meta property="twitter:image" content="https://bear-images.sfo2.cdn.digitaloceanspaces.com/herman-1683556668-0.png">

<script type="application/ld+json">
  {
    "@context": "http://schema.org",
    "@type": "website",
    "name": "Steve stuff",
    "url": "https://sr.bearblog.dev",
    "description": "doing weird stuff online 

You might know me from 

&lt;pre&gt;

                          .ss+.                         
                          $;    Ts...",
    "about": {
      "@type": "Steve stuff",
      "description": "doing weird stuff online 

You might know me from 

&lt;pre&gt;

                          .ss+.                         
                          $;    Ts..."
    }
  }
</script>
<link rel="alternate" type="application/atom+xml" href="/feed/">
<link rel="alternate" type="application/rss+xml" href="/feed/?type=rss">
<link rel="shortcut icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3Ctext%20y='.9em'%20font-size='90'%3E😎%3C/text%3E%3C/svg%3E">
<style>
      
      
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

:root {
    --width: 720px;
    --font-main: 'Inter', sans-serif;
    --font-secondary: 'Inter', sans-serif;
    --font-scale: 1.1em;
    --background-color: #063559;
    --heading-color: #62ff88;
    --text-color: #62ff88;
    --link-color: #62ff88;
    --visited-color: #62ff88;
    --code-background-color: #0a2e49;
    --code-color: #ffffff;
    --blockquote-color: #62ff88;
}

body {
    font-family: var(--font-secondary);
    font-size: var(--font-scale);
    margin: auto;
    padding: 20px;
    max-width: var(--width);
    text-align: left;
    background-color: var(--background-color);
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.5;
    color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-main);
    color: var(--heading-color);
}

a {
    color: var(--link-color);
    cursor: pointer;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.25ch;
}

a:hover {
    text-decoration: underline;
    text-decoration-style: dashed;
}

nav a {
    margin-right: 8px;
}

header {
    padding-bottom: 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--text-color);
}

strong,
b {
    color: var(--heading-color);
}

button {
    margin: 0;
    cursor: pointer;
}

main {
    line-height: 1.6;
}

table {
    width: 100%;
}

hr {
    border: 0;
    border-top: 1px dashed;
}

img {
    max-width: 100%;
}

code {
    font-family: monospace;
    padding: 2px;
    background-color: var(--code-background-color);
    color: var(--code-color);
    border-radius: 3px;
}

blockquote {
    border-left: 1px solid var(--blockquote-color);
    color: var(--blockquote-color);
    padding-left: 20px;
    font-style: italic;
}

footer {
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid var(--text-color);
    margin-top: 40px;
}

.title:hover {
    text-decoration: none;
}


.title {
    text-decoration: none !important;
}

.title h1 {
    font-size: 2em;
}

.inline {
    width: auto !important;
}

.highlight,
.code {
    padding: 1px 15px;
    background-color: var(--code-background-color);
    color: var(--code-color);
    border-radius: 3px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    overflow-x: auto;
}

/* blog post list */
ul.blog-posts {
    list-style-type: none;
    padding: unset;
}

ul.blog-posts li {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

ul.blog-posts li time {
    font-style: normal;
    font-size: 1em;
}

ul.blog-posts li a {
    font-size: 1.4em;
    font-weight: 700;
}

ul.blog-posts li a:visited {
    color: var(--visited-color);
}
      
  </style>
</head>
<body class="home" onload="(function() { document.cookie = `timezone=${Intl.DateTimeFormat().resolvedOptions().timeZone};path=/`; })()">
<header>
<a class="title" href="/">
<h1>
Steve stuff
</h1>
</a>
<nav>
<p><a href="/">Home</a> <a href="/blog/">Blog</a> <a href="https://www.youtube.com/@Steve-Rambo/videos">My YouTube</a> <a href="/Projects/">Projects</a> <a href="https://guestbooks.meadow.cafe/guestbook/114">Guestbook</a> <a href="/webring/">Bear Bud™ Webring</a> <a href="/Contact/">Contact</a> <a href="/feed/?type=rss/">RSS</a></p>
</nav>
</header>
<main>
<p>doing weird stuff online</p>
<p>You might know me from <a href="https://www.youtube.com/watch?v=1qfSJxcgH5I">that one Chromebook video.</a></p>
<pre>
                          .s*"*s+.                         
                          $;    `*b. .ss.                
                          `Ts.    `TP' `T..ss.           
                            `*b         $P  `T_,+.       
                             d'              :P'`$.      
                            d'                   :Ts.    
                           d'                   '  `*Ts. 
                          d'                          `$;
                         d'                       .bs+sP 
                        d'                        $      
                       d'                        :;      
                 s**s.d'                         $       
                d'.s $+_    .+s*s.              :;       
               d'dP d' `*+,d*'   `b             $        
              d'dP d'     d'     .P.s*s.       :;        
              T.  d'      $     .Pd'   `b      $         
               `*d'       T.   .Pd'     $     :;         
                d'         `*sP' $     .P     $          
               d'         .+     T.   .P"*+. :;_         
              d'         d'      `*sP'     `^$P*s.       
             d'         :$        .         :; s`T       
            d'          :$        $         $ :P.P       
           d'            `Ts._  _.P        :;:P.P        
_        .d;               `"*TsP'         $;'.P         
^Ts._   d'`Tb.                            :;TsP          
 :P"*Tsd;   `*Tb.                         $              
.P     Ts.     `*Tb.                     :;              
P       `Ts.      `*Tb.                  $               
          `Ts.       `$Tb._             :;               
b           `Ts.    .d$$$$$g+._       $                
$b            `Ts..dP'T$$$  `"*^Tbs+sd;                
$P*.            `TP'b  `T$$$ [bug]     :b                
P   $.             d$.  JTd$         _.sP+.              
     $._         d$$sP*' $bss++ssdP*'  `*Ts._          
     $$Ts._  _.d$$$b                     `*Tbs.      
     $$$$T^*' `T$$$P                         `*b     
     :$$$$$       T$P                            $     
     :$$$$$       :P                             $     
      $$$$$b     .P                              $ 

</pre>
<p>ASCII Art is from <a href="https://www.asciiart.eu/">ASCII Art Archive.</a>
Make sure to put your ASCII art inside of html "pre" tags or something similar to make sure the art displays correctly.</p>
</main>
<footer style="padding:25px 0;">
<span>
Powered by <a href="https://bearblog.dev">Bear ʕ•ᴥ•ʔ</a>
</span>
</footer>

</body></html>