expo-web/views/index.ejs

16 lines
381 B
Plaintext
Raw Normal View History

2020-11-20 18:25:46 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Description" content="Web version of digital art exhibition">
<title>Web-Expo</title>
2020-11-20 19:22:47 +00:00
<link rel="stylesheet" href="static/css/style.css">
2020-11-20 18:25:46 +00:00
</head>
<body>
<div id="root"></div>
<script src="js/bundle.js"></script>
</body>
</html>