gpted / frontend /public /index.html
mebubo's picture
Snapshot
82b1b1d
raw
history blame contribute delete
193 Bytes
<!DOCTYPE html>
<html>
<head>
<title>GPTed</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div id="app"></div>
<script src="index.js"></script>
</body>
</html>