blob: 5a211854cf33924bf5c2b1398df90e8f8c124640 (
plain) (
blame)
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
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
body {
background:#fff;
color:#000;
font-family:sans-serif;
font-size:1em;
}
p.lenovobios {
font-weight:bold; color:#f00; font-style:italic; font-size:1.2em;
}
p.lenovobios:hover { /* for people who are colour-blind */
color: #000;
}
div.important {
background-color:#ccc;
}
</style>
<title>Libreboot release information</title>
</head>
<body>
<header>
<h1 id="pagetop">Libreboot release information</h1>
<aside>This page has moved to <a href="release.html">release.html</a>.</aside>
</header>
</body>
</html>
|