blob: c30e8cf51d8cdc51bac895852c36ac7a54a17be2 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta name="keywords" content="linux, gnu, FOSS, free software, gnu/linux, gnu plus linux">
<meta name="description" content="GNU Plus Linux">
<meta name="author" content="daniel_j">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Cache-control" content="public">
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
<title>GNU plus Linux</title>
<style>
body{background-color: black;/* background-color:#222; color: #eee; */ margin-right: 5%; margin-left: 5%; font-family: Verdana}
.middle{text-align: center; font-size: 70%}
.footnote{font-size: 70%}
#gnupluslinuxvideo
{
position: fixed;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<video autoplay id="gnupluslinuxvideo">
<!-- huge files, my ffmpeg-foo is bad -->
<source src="gnupluslinux.m4v" type="video/mp4">
</video>
<!-- git repository at https://git.danieljon.es/gnupluslinux.com/
send a pr or patch if you want something linuxy or memey hosted on the domain or a subdomain
https://github.com/daniel-Jones/gnupluslinux.com
-->
</body>
</html>
|