socurity/extension/popup.html

9 lines
138 B
HTML
Raw Normal View History

2020-02-26 16:03:38 -05:00
<html>
<head></head>
<body>
2020-02-26 21:03:04 -05:00
<h1>Welcome to Soc-urity</h1>
2020-02-26 16:03:38 -05:00
<script>
fetch('http://localhost:6565/api')
</script>
</body>
</html>