Skip to content

Commit 977eb0c

Browse files
committed
move to www
1 parent 2f559d8 commit 977eb0c

101 files changed

Lines changed: 1179 additions & 1179 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<meta property="og:description"
2323
content="Open hardware and embedded systems research, tooling, and publications from H2Lab." />
2424
<meta property="og:site_name" content="Hardware Hacking Laboratory" />
25-
<meta property="og:url" content="https://h2lab.org/404.html" />
25+
<meta property="og:url" content="https://www.h2lab.org/404.html" />
2626
<meta property="og:locale" content="en">
2727
<meta property="og:image" content="/images/tailbliss-cover.png" />
28-
<meta property="og:image:secure_url" content="https://h2lab.org/images/tailbliss-cover.png" />
28+
<meta property="og:image:secure_url" content="https://www.h2lab.org/images/tailbliss-cover.png" />
2929
<meta property="og:type" content="article" />
3030

3131

@@ -92,25 +92,25 @@
9292
<nav id="menuItems" x-cloak :class="{'flex': open, 'hidden': !open}" class="hidden flex-col flex-grow pb-4 md:pb-0 md:flex md:justify-end md:flex-row">
9393

9494

95-
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://h2lab.org/blog/" title="Blog">
95+
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://www.h2lab.org/blog/" title="Blog">
9696
Blog
9797
</a>
9898

9999

100100

101-
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://h2lab.org/events/" title="Events">
101+
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://www.h2lab.org/events/" title="Events">
102102
Events
103103
</a>
104104

105105

106106

107-
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://h2lab.org/categories/stigs/" title="STIGs">
107+
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://www.h2lab.org/categories/stigs/" title="STIGs">
108108
STIGs
109109
</a>
110110

111111

112112

113-
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://h2lab.org/about/" title="About">
113+
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://www.h2lab.org/about/" title="About">
114114
About
115115
</a>
116116

@@ -153,13 +153,13 @@ <h1 class="mb-4 font-black tracking-tight capitalize text-8xl lg:text-7xl xl:tex
153153
<div class="px-4 py-12 mx-auto max-w-7xl">
154154
<nav class="flex flex-wrap gap-6 justify-center" aria-label="Footer">
155155

156-
<a href="https://h2lab.org/blog/" class="text-base text-gray-400 hover:text-gray-200">Blog</a>
156+
<a href="https://www.h2lab.org/blog/" class="text-base text-gray-400 hover:text-gray-200">Blog</a>
157157

158-
<a href="https://h2lab.org/events/" class="text-base text-gray-400 hover:text-gray-200">Events</a>
158+
<a href="https://www.h2lab.org/events/" class="text-base text-gray-400 hover:text-gray-200">Events</a>
159159

160-
<a href="https://h2lab.org/categories/stigs/" class="text-base text-gray-400 hover:text-gray-200">STIGs</a>
160+
<a href="https://www.h2lab.org/categories/stigs/" class="text-base text-gray-400 hover:text-gray-200">STIGs</a>
161161

162-
<a href="https://h2lab.org/about/" class="text-base text-gray-400 hover:text-gray-200">About</a>
162+
<a href="https://www.h2lab.org/about/" class="text-base text-gray-400 hover:text-gray-200">About</a>
163163

164164
</nav>
165165
<p class="mt-8 text-base text-center text-gray-400">&copy; 2026 Hardware Hacking Laboratory</p>

about/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<meta property="og:description"
2323
content="Open hardware and embedded systems research, tooling, and publications from H2Lab." />
2424
<meta property="og:site_name" content="Hardware Hacking Laboratory" />
25-
<meta property="og:url" content="https://h2lab.org/about/" />
25+
<meta property="og:url" content="https://www.h2lab.org/about/" />
2626
<meta property="og:locale" content="en">
2727
<meta property="og:image" content="/images/tailbliss-cover.png" />
28-
<meta property="og:image:secure_url" content="https://h2lab.org/images/tailbliss-cover.png" />
28+
<meta property="og:image:secure_url" content="https://www.h2lab.org/images/tailbliss-cover.png" />
2929
<meta property="og:type" content="article" />
3030

3131

@@ -92,25 +92,25 @@
9292
<nav id="menuItems" x-cloak :class="{'flex': open, 'hidden': !open}" class="hidden flex-col flex-grow pb-4 md:pb-0 md:flex md:justify-end md:flex-row">
9393

9494

95-
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://h2lab.org/blog/" title="Blog">
95+
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://www.h2lab.org/blog/" title="Blog">
9696
Blog
9797
</a>
9898

9999

100100

101-
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://h2lab.org/events/" title="Events">
101+
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://www.h2lab.org/events/" title="Events">
102102
Events
103103
</a>
104104

105105

106106

107-
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://h2lab.org/categories/stigs/" title="STIGs">
107+
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://www.h2lab.org/categories/stigs/" title="STIGs">
108108
STIGs
109109
</a>
110110

111111

112112

113-
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://h2lab.org/about/" title="About">
113+
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://www.h2lab.org/about/" title="About">
114114
About
115115
</a>
116116

@@ -165,13 +165,13 @@ <h2 id="how-we-share-our-work">How we share our work</h2>
165165
<div class="px-4 py-12 mx-auto max-w-7xl">
166166
<nav class="flex flex-wrap gap-6 justify-center" aria-label="Footer">
167167

168-
<a href="https://h2lab.org/blog/" class="text-base text-gray-400 hover:text-gray-200">Blog</a>
168+
<a href="https://www.h2lab.org/blog/" class="text-base text-gray-400 hover:text-gray-200">Blog</a>
169169

170-
<a href="https://h2lab.org/events/" class="text-base text-gray-400 hover:text-gray-200">Events</a>
170+
<a href="https://www.h2lab.org/events/" class="text-base text-gray-400 hover:text-gray-200">Events</a>
171171

172-
<a href="https://h2lab.org/categories/stigs/" class="text-base text-gray-400 hover:text-gray-200">STIGs</a>
172+
<a href="https://www.h2lab.org/categories/stigs/" class="text-base text-gray-400 hover:text-gray-200">STIGs</a>
173173

174-
<a href="https://h2lab.org/about/" class="text-base text-gray-400 hover:text-gray-200">About</a>
174+
<a href="https://www.h2lab.org/about/" class="text-base text-gray-400 hover:text-gray-200">About</a>
175175

176176
</nav>
177177
<p class="mt-8 text-base text-center text-gray-400">&copy; 2026 Hardware Hacking Laboratory</p>

blog/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<meta property="og:description"
2323
content="Open hardware and embedded systems research, tooling, and publications from H2Lab." />
2424
<meta property="og:site_name" content="Hardware Hacking Laboratory" />
25-
<meta property="og:url" content="https://h2lab.org/blog/" />
25+
<meta property="og:url" content="https://www.h2lab.org/blog/" />
2626
<meta property="og:locale" content="en">
2727
<meta property="og:image" content="/images/tailbliss-cover.png" />
28-
<meta property="og:image:secure_url" content="https://h2lab.org/images/tailbliss-cover.png" />
28+
<meta property="og:image:secure_url" content="https://www.h2lab.org/images/tailbliss-cover.png" />
2929
<meta property="og:type" content="article" />
3030

3131

@@ -92,25 +92,25 @@
9292
<nav id="menuItems" x-cloak :class="{'flex': open, 'hidden': !open}" class="hidden flex-col flex-grow pb-4 md:pb-0 md:flex md:justify-end md:flex-row">
9393

9494

95-
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://h2lab.org/blog/" title="Blog">
95+
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://www.h2lab.org/blog/" title="Blog">
9696
Blog
9797
</a>
9898

9999

100100

101-
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://h2lab.org/events/" title="Events">
101+
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://www.h2lab.org/events/" title="Events">
102102
Events
103103
</a>
104104

105105

106106

107-
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://h2lab.org/categories/stigs/" title="STIGs">
107+
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://www.h2lab.org/categories/stigs/" title="STIGs">
108108
STIGs
109109
</a>
110110

111111

112112

113-
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://h2lab.org/about/" title="About">
113+
<a class="px-4 py-2 mt-2 text-sm font-semibold rounded-lg md:mt-0 md:ml-4 hover:text-white focus:text-white hover:bg-primary-600 focus:bg-primary-700 focus:outline-none focus:shadow-outline" href="https://www.h2lab.org/about/" title="About">
114114
About
115115
</a>
116116

@@ -154,12 +154,12 @@ <h1 class="py-16 text-5xl font-black text-center text-white capitalize">
154154
<div class="grid gap-4 mx-auto mt-12 mb-4 lg:max-w-none md:grid-cols-3">
155155

156156
<div class="flex overflow-hidden flex-col bg-gray-50 rounded-lg shadow-lg dark:bg-gray-900">
157-
<a href="https://h2lab.org/blog/welcome-to-the-blog/">
157+
<a href="https://www.h2lab.org/blog/welcome-to-the-blog/">
158158

159159
</a>
160160
<div class="p-6">
161161
<div class="flex-1">
162-
<a href="https://h2lab.org/blog/welcome-to-the-blog/"
162+
<a href="https://www.h2lab.org/blog/welcome-to-the-blog/"
163163
class="block mt-2 text-2xl font-black text-gray-900 dark:text-gray-200 hover:text-primary-600 dark:hover:text-primary-500 hover:underline">
164164
Welcome to the H2Lab blog
165165
</a>
@@ -170,7 +170,7 @@ <h1 class="py-16 text-5xl font-black text-center text-white capitalize">
170170
<div class="flex pt-6 font-medium text-primary-600 dark:text-primary-100 text-md">
171171
<span class="pr-2 font-black">Tags:</span>
172172
<span>
173-
<a href="https://h2lab.org/tags/announcement/"
173+
<a href="https://www.h2lab.org/tags/announcement/"
174174
class="inline-flex items-center px-2.5 py-0.5 text-sm font-medium text-gray-900 capitalize bg-gray-300 rounded-md hover:bg-primary-200 hover:text-black">Announcement</a></span>
175175
</div>
176176
<div class="flex items-center mt-6">
@@ -207,13 +207,13 @@ <h1 class="py-16 text-5xl font-black text-center text-white capitalize">
207207
<div class="px-4 py-12 mx-auto max-w-7xl">
208208
<nav class="flex flex-wrap gap-6 justify-center" aria-label="Footer">
209209

210-
<a href="https://h2lab.org/blog/" class="text-base text-gray-400 hover:text-gray-200">Blog</a>
210+
<a href="https://www.h2lab.org/blog/" class="text-base text-gray-400 hover:text-gray-200">Blog</a>
211211

212-
<a href="https://h2lab.org/events/" class="text-base text-gray-400 hover:text-gray-200">Events</a>
212+
<a href="https://www.h2lab.org/events/" class="text-base text-gray-400 hover:text-gray-200">Events</a>
213213

214-
<a href="https://h2lab.org/categories/stigs/" class="text-base text-gray-400 hover:text-gray-200">STIGs</a>
214+
<a href="https://www.h2lab.org/categories/stigs/" class="text-base text-gray-400 hover:text-gray-200">STIGs</a>
215215

216-
<a href="https://h2lab.org/about/" class="text-base text-gray-400 hover:text-gray-200">About</a>
216+
<a href="https://www.h2lab.org/about/" class="text-base text-gray-400 hover:text-gray-200">About</a>
217217

218218
</nav>
219219
<p class="mt-8 text-base text-center text-gray-400">&copy; 2026 Hardware Hacking Laboratory</p>

blog/index.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Blog on Hardware Hacking Laboratory</title>
5-
<link>https://h2lab.org/blog/</link>
5+
<link>https://www.h2lab.org/blog/</link>
66
<description>Recent content in Blog on Hardware Hacking Laboratory</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
@@ -12,12 +12,12 @@
1212

1313
<lastBuildDate>Sat, 01 Jan 2000 00:00:00 +0000</lastBuildDate>
1414

15-
<atom:link href="https://h2lab.org/blog/index.xml" rel="self" type="application/rss+xml" />
15+
<atom:link href="https://www.h2lab.org/blog/index.xml" rel="self" type="application/rss+xml" />
1616
<item>
1717
<title>Welcome to the H2Lab blog</title>
18-
<link>https://h2lab.org/blog/welcome-to-the-blog/</link>
18+
<link>https://www.h2lab.org/blog/welcome-to-the-blog/</link>
1919
<pubDate>Sat, 01 Jan 2000 00:00:00 +0000</pubDate>
20-
<guid>https://h2lab.org/blog/welcome-to-the-blog/</guid>
20+
<guid>https://www.h2lab.org/blog/welcome-to-the-blog/</guid>
2121
<description>A starting point for H2Lab updates, technical notes, and open hardware publications.</description>
2222
</item>
2323
</channel>

blog/page/1/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE html>
22
<html lang="en-us">
33
<head>
4-
<title>https://h2lab.org/blog/</title>
5-
<link rel="canonical" href="https://h2lab.org/blog/">
4+
<title>https://www.h2lab.org/blog/</title>
5+
<link rel="canonical" href="https://www.h2lab.org/blog/">
66
<meta charset="utf-8">
7-
<meta http-equiv="refresh" content="0; url=https://h2lab.org/blog/">
7+
<meta http-equiv="refresh" content="0; url=https://www.h2lab.org/blog/">
88
</head>
99
</html>

0 commit comments

Comments
 (0)