mirror of
https://github.com/hexahigh/portfolio.git
synced 2025-12-12 03:25:06 +01:00
23 lines
668 B
HTML
23 lines
668 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="style.css">
|
|
<script type="module" src="index.js"></script>
|
|
<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=Roboto:wght@700&display=swap" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="header">
|
|
<button type="button" id="signOutButton"><h3>Sign out</h3></button>
|
|
</div>
|
|
<div class="mainWrapper">
|
|
<h1 class="roboto">Cool ui</h1>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |