blob: 23b7e6ce3c22c53a411b5b648843ed2ce11254cd (
plain)
1
2
3
4
5
6
7
8
9
|
<!doctype html>
<html lang="en">
<head>
<title>Bridge App</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link data-trunk rel="css" href="src/default.css"/>
</head>
<body></body>
</html>
|