Skip to content

Commit 5b72194

Browse files
committed
general
1 parent 9c1fb9d commit 5b72194

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ <h2 class="project-tagline">Quality Linux Software</h2>
4646
<div class="column">
4747
<h2>Work</h2>
4848
<s style="color:#67eaa9;">
49+
<h3><a href="webbrowsers.html">Web Browsers</a></h3>
4950
<h3><a href="productivity.html">Productivity</a></h3>
5051
<h3><a href="devtools.html">Development Tools</a></h3>
5152
</s>

webbrowsers.html

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="darkreader-lock"/>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="theme-color" content="#5C258D">
9+
<meta name="description" content="Quality Linux Software" />
10+
11+
<link href="favicon.png" rel="shortcut icon">
12+
<link href="favicon.png" rel="apple-touch-icon">
13+
<link href="favicon.png" rel="apple-touch-icon-precomposed">
14+
<link href="favicon.png" rel="icon" sizes="192x192">
15+
<meta property="og:image" content="favicon.png">
16+
<meta property="og:image" content="favicon.png">
17+
<meta property="twitter:image:src" content="favicon.png">
18+
<meta name="twitter:card" content="summary_large_image">
19+
<meta name="image" content="favicon.png">
20+
<meta itemprop="image" content="favicon.png">
21+
<meta name="og:image" content="favicon.png">
22+
<meta name="description" content="Quality Linux Software">
23+
<meta itemprop="name" content="Quality Linux Software">
24+
<meta name="og:description" content="Quality Linux Software">
25+
<meta name="og:title" content="TuxHub.net">
26+
<meta name="og:site_name" content="TuxHub.net">
27+
<meta name="og:type" content="website">
28+
<meta name="og:url" content="https://TuxHub.net">
29+
30+
<title>TuxHub</title>
31+
<link rel="stylesheet" type="text/css" href="normalize-min.css">
32+
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Chivo:400,700">
33+
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Bungee+Shade">
34+
<link rel="stylesheet" type="text/css" href="cayman-upx-min.css">
35+
</head>
36+
<body>
37+
<section class="page-header">
38+
<h1 class="project-name"><a href="/" style="text-decoration:none;color:inherit;font-family:Bungee Shade">TuxHub</a></h1>
39+
<h2 class="project-tagline">Quality Linux Software</h2>
40+
<a href="/" class="btn">Categories</a>
41+
<a href="featured.html" class="btn">Daily Featured</a>
42+
</section>
43+
<section class="main-content">
44+
45+
<div class="row">
46+
<div class="column">
47+
<h2>null</h2>
48+
</div>
49+
<div class="column">
50+
<p>
51+
<h2>null</h2>
52+
</div>
53+
</div>
54+
55+
<footer class="site-footer">
56+
Last updated: <i>Fri 19 Apr 18:14:58 UTC 2024</i>&nbsp;•&nbsp;Submit new content <a href="https://github.com/TuxHubNet/tuxhubnet.github.io/issues">here</a>.
57+
</footer>
58+
</section>
59+
</body>
60+
</html>

0 commit comments

Comments
 (0)