-
Notifications
You must be signed in to change notification settings - Fork 78
/
2025.html
72 lines (65 loc) · 2.58 KB
/
2025.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html>
<head>
<title>CSS Naked Day 2025</title>
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">
<link rel="stylesheet" href="setup/default.css">
<meta name="viewport" content="initial-scale=1,minimum-scale=1,width=device-width">
<meta name="description" property="og:description" content="April 9 is CSS Naked Day!">
<meta name="twitter:card" content="summary">
<meta property="og:title" content="CSS Naked Day 2025">
<meta property="og:image" content="https://css-naked-day.github.io/media/logo.png">
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1><a href="/">CSS Naked Day</a> 2025</h1>
<h2>Show off your semantic <code><body></code>!</h2>
</header>
<hr>
<section id="main_content">
<p>
<a href="/">Home</a>
· <a href="2006.html">2006</a>
· <a href="2007.html">2007</a>
· <a href="2008.html">2008</a>
· <a href="2009.html">2009</a>
· 2010
· 2011
· 2012
· 2013
· 2014
· <a href="2015.html">2015</a>
· 2016
· 2017
· 2018
· 2019
· <a href="2020.html">2020</a>
· <a href="2021.html">2021</a>
· <a href="2022.html">2022</a>
· <a href="2023.html">2023</a>
· <a href="2024.html">2024</a>
· <a href="2025.html">2025</a>
</p>
<h3>Kudos to these websites who <!-- @@ got --> plan to get naked in 2025!</h3>
<ol>
<!--
Note:
Merge conflicts are likely to occur if all changes are made as
the last line on the list.
Using alphabetical order based on your last name can limit this.
Use the name of the website for sorting if no author is present.
Thank you!
-->
<li><a href="https://github.com/css-naked-day/css-naked-day.github.io/edit/master/2025.html"><strong>Yours?</strong></a></li>
</ol>
</section>
<footer>
This is <a href="/">CSS Naked Day</a>. This page was generated by <a href="https://pages.github.com">GitHub Pages</a> (<a href="https://github.com/css-naked-day/css-naked-day.github.io">view it on GitHub</a>). Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>
</div>
</div>
</body>
</html>