mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 14:59:16 +01:00
19 lines
408 B
HTML
19 lines
408 B
HTML
<html>
|
|
<head>
|
|
<title>CSV File Validator Demo</title>
|
|
<style>
|
|
.red {
|
|
color: red;
|
|
font-size: 16px;
|
|
margin: 20px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<input type="file" accept=".csv" id="file" />
|
|
|
|
<div id="invalidMessages"></div>
|
|
|
|
<script src="dist/bundle.js"></script>
|
|
</body>
|
|
</html> |