test / index.html
TIMBOVILL's picture
Update index.html
393da8f verified
raw
history blame
No virus
322 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SwiftUI-like Web App</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="app"></div>
<script src="scripts.js"></script>
</body>
</html>