Initial commit
This commit is contained in:
14
popup.html
Normal file
14
popup.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Acho, where are we?</title>
|
||||
<link href="popup.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<p id="dialog-box"></p>
|
||||
<img id="acho" src="images/acho-bark.png" alt="Acho the pup">
|
||||
|
||||
<script src='popup.js'></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user