began to add dashboard example

This commit is contained in:
Paul Wilde 2021-08-10 17:22:53 +01:00
parent 22b9c8c0bd
commit 0c3c234520

11
examples/dashboard.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>DAVDiscover Dashboard Example</title>
</head>
<body>
<p>This is to show the basic output of DAVDiscover, displaying the first few URLs</p>
</body>
</html>