https://skep.place/

Submitted URL:
https://skep.place/
Report Finished:

The outgoing links identified from the page

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

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">
    <title>Skep's Place</title>
	
	<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
	<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
	<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
	<link rel="manifest" href="/site.webmanifest">
	<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
	<meta name="msapplication-TileColor" content="#2b5797">
	<meta name="theme-color" content="#ffffff">
	
    <link href="style.css" rel="stylesheet" type="text/css" media="all">
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Arvo">
  </head>
  
  <body>
  
    <header class="border">
     <h1><a href="/">Skep's Place</a></h1>
     <p id="tagline">By all accounts, it doesn't make sense.
</p>
	</header>
	
	<div class="body-container">
		<div class="main-container">
		<aside class="border home">
			<h6>Thoughts &amp; Non-Thoughts</h6>
			<p>"I read in their obituary..." is the eulogy equivalent of "Webster's dictionary defines..."</p>
		</aside>
	
		<section class="border home">
			<h6>Culture Corner</h6>
			<ul>
		
			<li><a href="classics">Classic Literature</a> – <strong>Featured!</strong>
			<br>Undeservedly snarky summaries of timeless works of art.</li>
			
			<li><a href="cocktails">Skep's Guide to Cocktails</a>
			<br>Drinking is sad, unless you put effort into it. Then it's a hobby.</li>
			
			<li><a href="krunch/index.html">The Adventures of Krunch MacKenzie</a>
			<br>A work of fiction starring America's favorite lawyer/doctor.</li>
			
			</ul>
		</section>
		
		<section class="border home">
			<h6>Game Zone</h6>
			<ul>
	
			<li><a href="playdate">A Playdate with Skep</a>
			<br>Thoughts &amp; reviews on the quirky yellow handheld system.</li>
			
			<li><a href="games">Quarterly Reports</a>
			<br>Quick-hit updates on the things I've been playing recently.</li>
			</ul>
		</section>
		
		<section class="border home">
		<h6>Personal Touches</h6>
		<ul>
			<li><a href="blog">Blog</a>
			<br>Important musings about unimportant things.</li>
            
            <li><a href="links.html">List o' Links</a>
			<br>Neat stuff on the web that needs more love.</li>
			
			<li><a href="about.html">About</a>
			<br>Pretty boilerplate "I promise I'm a human!" stuff.</li>
		</ul>
		</section>
		</div>
	
		<div class="side-container">
			<aside class="border side-content">
				<h6>Recent Updates</h6>
				
				<p><strong>Sep 28:</strong> The <a href="games/2024q3.html">Q3 Game Report</a> is here</p>
				<p><strong>Sep 24:</strong> New <a href="blog/2024-09-24.html">blog post</a></p>
				<p><strong>Sept 21:</strong> Chapters 96-100 of <a href="classics/threekingdoms/index.html">Three Kingdoms</a> added</p>
				<p><strong>Sep 13:</strong> Chapters 49-53 of <a href="classics/pride-prejudice/index.html">Pride &amp; Prejudice</a> added</p>
                <p><strong>Aug 31:</strong> Chapters 91-95 of <a href="classics/threekingdoms/index.html">Three Kingdoms</a> added</p>
				<p class="rsslink"><a href="rss.xml">RSS feed</a></p>
			</aside>
			
			<aside class="border album">
				<h6>Currently Listening</h6>
				<div class="albumbox">
					<img src="album/tmf69.jpg" width="125" height="125" alt="music album cover art">
                    <p><strong>The Magnetic Fields</strong>
					<br>69 Love Songs</p>
				</div>
			</aside>
			
			<aside class="border side-content">
				<h6>Currently Playing</h6>
				<p class="centertext">Dynasty Warriors 3<br>
                UFO 50</p>
			</aside>
			
			<aside class="border side-content">
				<h6>A Word From Skep</h6>
				<p class="centertext">"pack"</p>
			</aside>
			
		</div>
	
	</div>
    
    <script src="/randomline.js"></script>
  

</body></html>