-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path- hdr.html
More file actions
44 lines (39 loc) · 1.14 KB
/
- hdr.html
File metadata and controls
44 lines (39 loc) · 1.14 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
43
44
<!DOCTYPE html>
<!-- format2025 -->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OCA Techsite: xxx</title>
<link rel=stylesheet type='text/css' href='css/screen-2025.css' media='screen'/>
<link href="https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&display=swap" rel="stylesheet">
<script src='js/script.js' ></script>
</head>
<body>
<table>
<col width='15%'>
<col>
<tbody>
<tr>
<td>
<a href='index.html'>
<img src='images/OCA-Logo-300.png.webp' width='130px' height='60px' alt='OCA Alliance Logo'/>
</a>
</td>
<td class=topnav>
<ul>
<li><a href='aes70.html'>AES70 Standard</a></li>
<li><a href='repositories.html'>Repositories</a></li>
<li><a href='downloads.html'>Downloads</a></li>
<li><a href='information.html'>Information</a></li>
<li><a href='opensource.html'>Open-Source Guidelines</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
<div class='banner'>
<div class='title'>
<h1>xxx</h1>
</div>
</div>