Files
pcpuma-front/public/index.html
T

21 lines
531 B
HTML
Raw Normal View History

2018-11-02 16:52:09 -06:00
<!DOCTYPE html>
<html lang="en">
2018-11-06 21:32:20 -06:00
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>PC Puma</title>
2018-11-12 18:43:21 -06:00
2018-11-06 21:32:20 -06:00
</head>
<body>
<noscript>
<strong>We're sorry but pcpuma-front doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>