-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathinstallation.html.in
More file actions
42 lines (40 loc) · 1.01 KB
/
installation.html.in
File metadata and controls
42 lines (40 loc) · 1.01 KB
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
<!-- vim: set ts=4 sw=4 tw=0: !-->
<!DOCTYPE html>
<html>
<head>
<title>Celluloid - Installation</title>
<link rel="stylesheet" type="text/css" href="stylesheets/main.css">
<link rel="shortcut icon" href="images/favicon.png">
</head>
<body>
<div class="navbar-bg">
<div class="navbar">
<a class="navitem" href="index.html">
<div class="navitem">
Home
</div>
</a>
<div class="navitem current-navitem">
Installation
</div>
<a class="navitem" href="bug-reports.html">
<div class="navitem">
Bug Reports
</div>
</a>
<a class="navitem" href="faq.html">
<div class="navitem">
FAQ
</div>
</a>
</div>
</div>
<div class="content">
{README Installation}
</div>
<div class="footer">
Copyright © 2018-2022 gnome-mpv.
This webpage is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</div>
</body>
</html>