- ID de l'analyse :
- d94e198b-8722-43f5-89de-82e12f1c6da5Terminée
- URL soumise :
- https://hypr.moe/
- Fin du rapport :
Liens : 1 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://bearblog.dev | Bear ʕ•ᴥ•ʔ |
Variables JavaScript : 3 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Messages de journal de console : 0 trouvé(s)
Messages consignés dans la console web
HTML
Le corps HTML de la page en données brutes
<!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>hypr</title>
<link rel="canonical" href="https://hypr.moe">
<meta name="dogwithnobone" content="look-for-the-bear-necessities">
<!-- Primary Meta Tags -->
<meta name="title" content="hypr">
<meta name="description" content="a dog's search for meaning">
<!-- Open Graph / Facebook -->
<meta property="og:site_name" content="hypr">
<meta property="og:title" content="hypr">
<meta property="og:type" content="website">
<meta property="og:url" content="https://hypr.moe">
<meta property="og:description" content="a dog's search for meaning">
<meta property="og:image" content="https://bear-images.sfo2.cdn.digitaloceanspaces.com/herman-1683556668-0.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary">
<meta property="twitter:url" content="https://hypr.moe">
<meta property="twitter:title" content="hypr">
<meta property="twitter:description" content="a dog's search for meaning">
<meta property="twitter:image" content="https://bear-images.sfo2.cdn.digitaloceanspaces.com/herman-1683556668-0.png">
<!-- Microdata -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "website",
"name": "hypr",
"url": "https://hypr.moe",
"description": "a dog's search for meaning",
"about": {
"@type": "hypr",
"description": "a dog's search for meaning"
}
}
</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" href="https://bear-images.sfo2.cdn.digitaloceanspaces.com/dogwithnobone/favicon.webp">
<style>
:root {
--width: 720px;
--font-main: lexend;
--font-secondary: lexend;
--font-scale: 1em;
--background-color: #fcfdfd ;
--heading-color: #c8d4d8;
--text-color: #57666c;
--link-color: #819ca7;
--visited-color: #8b6fcb;
--code-background-color: #f2f2f2;
--code-color: #222;
--blockquote-color: #222;
}
@font-face {
font-family: 'lexend';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://bear-images.sfo2.cdn.digitaloceanspaces.com/dogwithnobone/lexend-light-1.woff2) format('woff2');
}
}
@media (prefers-color-scheme: dark) {
:root {
--background-color: #fcfdfd;
--heading-color: #eee;
--text-color: #57666c;
--link-color: #819ca7;
--visited-color: #8b6fcb;
--code-background-color: #000;
--code-color: #ddd;
--blockquote-color: #ccc;
}
}
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(--link-color);
}
a {
color: var(--link-color);
cursor: pointer;
text-decoration: none;
}
a:hover {
text-decoration: none;
opacity: 0.5;
}
nav a {
margin-right: 8px;
}
strong, b {
color: var(--heading-color);
}
button {
margin: 0;
cursor: pointer;
}
time {
font-family: serif;
font-style: normal;
font-size: 15px;
}
main {
line-height: 1.6;
}
table {
width: 100%;
}
hr {
border: 0;
border-top: none;
}
img {
max-width: 100%;
}
code {
font-family: Lexend;
padding: 2px;
background-color: var(--code-background-color);
color: var(--code-color);
border-radius: 3px;
}
blockquote {
border-left: 1px solid #999;
color: var(--code-color);
padding-left: 20px;
font-style: italic;
}
footer {
padding: 10px 0;
text-align: right;
}
/* no bear*/
footer span:has(> a[href="https://bearblog.dev"]) {
display: none;
}
.title:hover {
color: #fcfdfd
text-decoration: none;
text-shadow: 2px 2px #c8d4d8 ;
}
.title h1 {
font-size: 1.5em;
text-align: right;
}
.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: none;
}
ul.blog-posts li {
display: flex;
margin: 3px
}
ul.blog-posts li span {
flex: 0 0 120px;
margin: 3px
}
ul.blog-posts li a:visited {
color: var(--visited-color);
}
/* Reset */
button {
background: unset;
border: unset;
cursor: pointer;
font-family: sans-serif;
}
/* Toast button */
.upvote-button {
font-family: var(--font-main)
align-items: center;
color: #000 !important;
display: grid !important;
grid-template-areas:
'emoji label'
'count ...';
flex-direction: column;
gap: 0 4px;
}
.upvote-button svg {
display: none;
}
.upvote-button::before {
content: '⋆';
display: block;
font-size: 24px;
grid-area: emoji;
margin-left: 4px;
}
.upvote-button:hover::before {
content: '⋆';
}
.upvote-button.upvoted:hover::before {
content: '⋆';
}
.upvote-button::after {
display: none;
grid-area: label;
}
.upvote-button:hover::after {
content: 'like this post?';
display: block;
}
.upvote-button.upvoted:hover::after {
content: 'thx!';
display: block;
}
.upvote-count {
color: #000 !important;
font-size: 10px;
grid-area: count;
margin-top: 0 !important;
}
</style>
</head>
<body class="home" onload="(function() { document.cookie = `timezone=${Intl.DateTimeFormat().resolvedOptions().timeZone};path=/`; })()">
<header>
<a class="title" href="/">
<h1>
hypr
</h1>
</a>
<nav>
<p><a href="/about/">about</a><a href="/contact/">contact</a></p>
</nav>
</header>
<main>
<p><img src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/dogwithnobone/img_16291.webp" alt="IMG_1629(1)"></p>
<p>✦ <a href="/journal">journal entries</a></p>
<p>✦ <a href="/haiku">haiku project</a></p>
<p>✦ <a href="/visual">prose / visual</a></p>
<p>✦ <a href="/view">view all</a></p>
<hr>
<p>✦ <a href="/changelog">changelog</a></p>
</main>
<footer style="padding:25px 0;">
<span id="footer-directive">
<p>© 2023 <a href="https://hypr.moe/">hyprmoe</a></p>
<p><span style="color:#000000">subscribe via <a href="/feed/">rss</a></span></p>
</span>
<span>
Powered by <a href="https://bearblog.dev">Bear ʕ•ᴥ•ʔ</a>
</span>
</footer>
</body></html>