rust-http-server/public/index.html

15 lines
425 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Main</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<h1>Index</h1>
<p>This is the index.html file you were looking for</p>
<button>This button does nothing</button>
</body>
</html>