mirror of
https://github.com/pacnpal/pacnpal-site.git
synced 2025-12-20 04:21:06 -05:00
remove unused files and assets to clean up the project
This commit is contained in:
36
index.html
36
index.html
@@ -1,12 +1,24 @@
|
||||
<!DOCTYPE html><html lang="en-us"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>PacNP.al</title><meta name="generator" content="Publii Open-Source CMS for Static Site"><link rel="canonical" href="https://pacnp.al/"><link rel="alternate" type="application/atom+xml" href="https://pacnp.al/feed.xml"><link rel="alternate" type="application/json" href="https://pacnp.al/feed.json"><meta property="og:title" content="PacNP.al"><meta property="og:site_name" content="PacNP.al"><meta property="og:description" content=""><meta property="og:url" content="https://pacnp.al/"><meta property="og:type" content="website"><link rel="preload" href="https://pacnp.al/assets/dynamic/fonts/jetbrainsmono/jetbrainsmono.woff2" as="font" type="font/woff2" crossorigin><link rel="stylesheet" href="https://pacnp.al/assets/css/style.css?v=0643aeb33172d8efe1d48cf7f23a4fbe"><script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","name":"PacNP.al","url":"https://pacnp.al/"}</script><noscript><style>img[loading] {
|
||||
opacity: 1;
|
||||
}</style></noscript></head><body><div class="container"><header class="header"><div class="header__logo"><a class="logo" href="https://pacnp.al/">PacNP.al</a></div></header><main class="content"><div class="hero framed"><h1>Welcome Aboard!</h1><p>Explore the unique features of the <code>Terminal</code> theme in this demo. Dive in and see if it meets your needs.</p><p>Initially created by <a href="https://github.com/panr" target="_blank" rel="nofollow">Radoslaw Koziel</a>, this theme has been expertly ported to Publii CMS by the Publii Team.</p></div><div class="posts"></div></main><footer class="footer"><div class="footer__inner"><div class="footer__copyright"><p>© 2024 Powered by Publii CMS :: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank" rel="noopener">Theme</a> ported by the <a href="https://getpublii.com/customization-service/" target="_blank" rel="noopener">Publii Team</a></p></div></div></footer></div><script defer="defer" src="https://pacnp.al/assets/js/scripts.min.js?v=74fad06980c30243d91d72c7c57fcdb8"></script><script>window.publiiThemeMenuConfig={mobileMenuMode:'sidebar',animationSpeed:300,submenuWidth: 'auto',doubleClickTime:500,mobileMenuExpandableSubmenus:true,relatedContainerForOverlayMenuSelector:'.top'};</script><script>var images = document.querySelectorAll('img[loading]');
|
||||
for (var i = 0; i < images.length; i++) {
|
||||
if (images[i].complete) {
|
||||
images[i].classList.add('is-loaded');
|
||||
} else {
|
||||
images[i].addEventListener('load', function () {
|
||||
this.classList.add('is-loaded');
|
||||
}, false);
|
||||
}
|
||||
}</script></body></html>
|
||||
<!DOCTYPE html>
|
||||
<!-- saved from url=(0017)https://pacnp.al/ -->
|
||||
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>PacNP.al - PacNPal's Space</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Welcome to PacNP.al</h1>
|
||||
<p>Exploring video games, vintage computers, roller coasters, and the web.</p>
|
||||
</header>
|
||||
<section id="about">
|
||||
<h2>About PacNPal</h2>
|
||||
<p>A retro tech enthusiast and a gamer, diving deep into coasters and vintage computing.</p>
|
||||
</section>
|
||||
<footer>
|
||||
<p>Something may eventually go here.</p>
|
||||
</footer>
|
||||
<script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{"rayId":"912ee97cdcebeb5e","version":"2025.1.0","r":1,"token":"1cef99b58ec34b74ae9a46890381b17f","serverTiming":{"name":{"cfExtPri":true,"cfL4":true,"cfSpeedBrain":true,"cfCacheStatus":true}}}" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user