Add initial index.html file with basic HTML structure
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
12
index.html
Normal file
12
index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Hello World Example DAVISFE</title>
|
||||
</head>
|
||||
<body>
|
||||
<b>Hello World</b>
|
||||
<p>Hello World</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user