- 掃描 ID:
- ae7fdd3e-5485-48c7-9e3b-6aeb7fb39155已完成
- 已提交的 URL:
- https://gn0rrbitberrenbur.github.io/
- 報告完成時間:
連結 · 找到 0 個
從頁面中識別的傳出連結
JavaScript 變數 · 找到 6 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
toggle | function |
getLightState | function |
loadQuote | function |
主控台記錄訊息 · 找到 2 條
記錄到 Web 主控台的訊息
類型 | 類別 | 記錄 |
---|---|---|
warning | other |
|
error | network |
|
HTML
頁面的原始 HTML 主體
<html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Chris' Website</title>
<script src="javascript/colourModeToggle.js"></script><script src="javascript/quotes.js"></script></head>
<body onload="getLightState(); loadQuote()">
<nav>
<a href="/index.html">/home/</a>
<a href="/blog/blogIndex.html">/blog/</a>
<a href="/about/aboutIndex.html">/about/</a>
<a href="/tools/toolsIndex.html">/tools/</a>
<a id="lightsToggle" ,="" onclick="toggle()" "="">/lights on/</a>
</nav>
<br>
<br>
<br>
<h1 class="LandingHeader">
Chris' Page
</h1>
<hr class="SeparatorLine">
<br>
<p class="LandingText">
My name is Chris, and I'm a Computer enthusiast. My interests span computer science, natural sciences, and economics.
Currently, I'm completing an apprenticeship in CS. In my free time, you can find me programming, hiking,
running, reading, and cooking. This website was created as a way to teach myself some web development.
Oh and here's a random stoic quote for you:
</p>
<br>
<div class="quote" id="quote" onclick="loadQuote()">What's the good of dragging up sufferings which are over, of being unhappy now just because you were then?</div>
<div class="author" id="author">— Seneca —</div>
<hr class="SeparatorLine">
<p class="SiteEnding">made with ❤ using pure html, css and javascript</p>
</body></html>