1
0
mirror of https://github.com/actix/examples synced 2024-11-24 14:53:00 +01:00
examples/cors/frontend/index.html

12 lines
213 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>webapp</title>
</head>
<body>
2019-03-30 02:46:13 +01:00
<div id="app"></div>
</body>
2019-03-30 02:46:13 +01:00
</html>