reverse-proxy-frontend/src/index.html

26 lines
515 B
HTML
Raw Normal View History

2020-04-14 10:53:19 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
2020-05-12 02:31:25 +03:00
<meta
name="viewport"
content="minimum-scale=1, initial-scale=1, width=device-width"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/icon?family=Material+Icons"
/>
2020-05-06 19:09:29 +03:00
<title>Reverse proxy</title>
2020-04-14 10:53:19 +03:00
</head>
<body>
<div id="app"></div>
</body>
</html>