update
This commit is contained in:
parent
a162c15128
commit
252fc6a8da
1 changed files with 31 additions and 0 deletions
31
wiki-hemera/content/page/netbird-onboarding/index.md
Normal file
31
wiki-hemera/content/page/netbird-onboarding/index.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
title: "NetBird Onboarding"
|
||||
date: 2023-11-21T10:00:00Z
|
||||
---
|
||||
|
||||
<!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>
|
Loading…
Add table
Reference in a new issue