block JavaScript

This commit is contained in:
Nofated095 2023-01-05 16:52:21 +08:00
parent bbc3b54202
commit a8f3360dab
1 changed files with 8 additions and 8 deletions

View File

@ -32,7 +32,7 @@
}
.footer {
font-size: 0.25rem;
/* font-size: 0.25rem; */
padding: 1rem;
background-color: white;
}
@ -63,7 +63,7 @@
</h1>
<p></p>
<p class="font-mono">
<a href="./">Home</a> | <a href="#">About</a> | <a onclick="javascript:window.open('https://blog.nofated.win')">Blog</a>
<a href="./">Home</a> | <a href="#">About</a> | <a target="_blank" href='https://blog.nofated.win'>Blog</a>
</p>
</div>
</div>
@ -71,20 +71,20 @@
<div class="content font-mono">
<h3>About</h3>
<p>I am in senior high and I'm preparing for the Chinese College Entrance Examination, aka GaoKao.</p>
<p>I do open-source works, you can check them on <a onclick="javascript:window.open('https://github.com/Nofated095')">GitHub</a>. But I didn't have a completely independent open-source project.😢</p>
<p>I do open-source works, you can check them on <a target="_blank" href='https://github.com/Nofated095'>GitHub</a>. But I didn't have a completely independent open-source project.😢</p>
<p>I am happy to chat. Chinese is OK but I am very poor at English listening and speaking.😰</p>
</div>
</div>
</section>
<footer class="footer">
<div class="content has-text-centered font-mono size-">
<!-- footer class="footer">
<div class="content has-text-centered font-mono">
<p class="light">
Made by <a href="https://nofated.win">Nofated095</a>.
Made by <a href="./">Nofated095</a>.
<br>
<a onclick="javascript:window.open('https://icp.gov.moe/?keyword=20230721')">萌 ICP 备 20230721 号</a>
<a target="_blank" href='https://icp.gov.moe/?keyword=20230721'>萌 ICP 备 20230721 号</a>
</p>
</div>
</footer>
</footer -->
</body>