test/hello.html
2025-09-28 21:01:49 +00:00

24 lines
1.1 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Silkscreen">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" />
<meta charset="utf-8">
</head>
<body>
<main class="container">
<h1>
<i> Buildstars⭐</i>
</h1>
<p> Digital Infrastructure Experts </p>
<p>
</br>
<button onclick="location.href='https://zitadel.buildstar.online'"
type="button">Log in</button>
<button onclick="location.href='mailto:info@buildstars.online'"
type="button">Contact</button>
</p>
</body>