mirror of
https://github.com/DarrylNixon/CrowdTLS
synced 2024-04-22 06:17:20 -07:00
Update README.md, optimistic initial manifest.json
Add placeholders for extension files Add all the icons
This commit is contained in:
parent
f08f3f56e1
commit
a28b8ccab3
16 changed files with 75 additions and 2 deletions
17
crowdtls.html
Normal file
17
crowdtls.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue