-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdarwin.html
More file actions
38 lines (33 loc) · 798 Bytes
/
darwin.html
File metadata and controls
38 lines (33 loc) · 798 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Darwin Kernel</title>
<style>
@font-face {
font-family: 'Darwin';
src: url(./Darwin.ttf);
}
body {
font-family: 'Darwin';
background: black;
color: lightgray;
line-height: 1.1;
margin: 0;
padding: 10px;
}
p {
margin: 0;
}
</style>
</head>
<body>
<p>
OpenCore Boot Menu (REL-103-2024-12-03)<br><br>
> 1. Macintosh HD<br>
<span style="opacity: 0;">11</span>2. Recovery 15.2 (dmg)<br><br>
Choose the Operating System:
</p>
</body>
</html>