jmou/train-times
git clone https://github.com/jmou/train-times.git
git clone git@github.com:jmou/train-times.git
Loading…
(top)/fe/public/index.html
language: HTML
296 Bytes / 12 lines / 12 loc
History
View raw
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8" />
		<title>RC Transit Times</title>
		<link rel="stylesheet" type="text/css" href="../src/index.css">
	</head>
	<body>
		<noscript>You need to enable JavaScript to run this app.</noscript>
		<div id="root"></div>
	</body>
</html>