mirror of
https://github.com/DarrylNixon/CrowdTLS
synced 2024-04-22 06:17:20 -07:00
17 lines
263 B
HTML
17 lines
263 B
HTML
|
<!DOCTYPE html>
|
||
|
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<link rel="stylesheet" href="crowdtls.css" />
|
||
|
<title>CrowdTLS</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>CrowdTLS</h1>
|
||
|
<div>Placeholder popup!</div>
|
||
|
<script src="crowdtls.js"></script>
|
||
|
</body>
|
||
|
|
||
|
</html>
|