88 lines
2 KiB
HTML
88 lines
2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Sun CPC</title>
|
|
|
|
<meta name="description" content="
|
|
CSS picture of the sun, based on Codepen template for the contest.
|
|
">
|
|
<meta name="keywords" content="
|
|
CSS sun,
|
|
CSS art sun,
|
|
CSS drawing sun
|
|
">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<!--
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
|
<meta http-equiv="Pragma" content="no-cache">
|
|
<meta http-equiv="Expires" content="-1">
|
|
-->
|
|
<meta http-equiv="Cache-Control" content="max-age=86400, must-revalidate">
|
|
|
|
<link rel="icon" sizes="512x512" href="/img/logo.png" type="image/png">
|
|
<!--<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">-->
|
|
|
|
<!-- start main css -->
|
|
<link rel="preload" href="/js/main.js" as="script">
|
|
<link rel="preload" href="/data/adsJsonVar.js" as="script">
|
|
<link rel="preload" href="/js/ad.js" as="script">
|
|
|
|
<link rel="preload" href="/css/style-main.css" as="style">
|
|
<link rel="stylesheet" href="/css/style-main.css" type="text/css">
|
|
|
|
<link rel="preload" href="/css/style.css" as="style">
|
|
<link rel="stylesheet" href="/css/style.css" type="text/css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/style-main.css" id="theme">
|
|
<noscript><link rel="stylesheet" type="text/css" href="/css/light.css"></noscript>
|
|
<!-- and main css -->
|
|
|
|
<link rel="preload" href="script.js" as="script">
|
|
|
|
<link rel="preload" href="style.css" as="style">
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
<nav>
|
|
<a href="/">index</a>
|
|
<a href="../">list</a>
|
|
</nav>
|
|
</header>
|
|
|
|
|
|
<div class="content">
|
|
<h1 class="tCenter op">Sun #CPC</h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<footer id="footer"></footer>
|
|
|
|
<script src="/js/main.js"></script>
|
|
<script src="/data/adsJsonVar.js"></script>
|
|
<script async src="/js/ad.js" onload="fuAds('', 'ads2', '')"></script>
|
|
|
|
<script src="script.js"></script>
|
|
|
|
<script>
|
|
fuWorker('off');
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|