25 lines
1.2 KiB
HTML
25 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="description" contents="CAcert website to provide public OpenID Connect functionality.">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
|
rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="headerDiv" style="vertical-align: top; height: fit-content; /* display: inline-block; */">
|
|
<div style="display: block; float: left; position: relative; margin-right: 5em;">
|
|
<img src="html/CAcert-logo.svg" width="510px" height="120px">
|
|
</div>
|
|
<div style="display: block; top: 0; float: right; padding: 5px; padding-top: 10px; background-color: deepskyblue; margin-left: 5em; ">
|
|
<a href="index.php"><h1 style="color:white; padding: 5px; ">Home</h1></a>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|