began to add dashboard example
This commit is contained in:
parent
22b9c8c0bd
commit
0c3c234520
1 changed files with 11 additions and 0 deletions
11
examples/dashboard.html
Normal file
11
examples/dashboard.html
Normal 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>
|
Loading…
Reference in a new issue