ch12
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head><title>Cool Owls!</title></head>
|
||||
<body>
|
||||
<h1>Welcome to our owl gallery</h1>
|
||||
<div>
|
||||
<img src="img/owl-alcohol.png" height="128" />
|
||||
<img src="img/owl-book.png" height="128" />
|
||||
<img src="img/owl-books.png" height="128" />
|
||||
<img src="img/owl-ebook.jpg" height="128" />
|
||||
<img src="img/owl-rose.jpeg" height="128" />
|
||||
</div>
|
||||
<p>Do you like these owls?</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
# start a simple HTTP Server
|
||||
python -m http.server 8000
|
||||
Reference in New Issue
Block a user