wiki.hemera.network/wiki-hemera/static/custom/netbird-onboard.html

26 lines
546 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Netbird Onboarding</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
h1 {
color: #007bff;
}
p {
color: #333;
}
</style>
</head>
<body>
<h1>Welcome to Netbird Onboarding!</h1>
<p>This is a basic HTML page to test if everything is working.</p>
</body>
</html>