25 lines
528 B
Plaintext
25 lines
528 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel='stylesheet' href='/css/stylesheet.css' />
|
|
|
|
<title>5G drone API</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1 class="header">5G Drone API</h1>
|
|
<div class="video">
|
|
<div class="mainvideo">
|
|
</div>
|
|
<div class="lastpicture">
|
|
<img id="picture">
|
|
</div>
|
|
</div>
|
|
<p><%- api_connected %></p>
|
|
<div>Hello World!</div>
|
|
</body>
|
|
|
|
</html> |