diff options
author | RossTheRoss <mstrapp@protonmail.com> | 2021-05-16 21:38:59 -0500 |
---|---|---|
committer | RossTheRoss <mstrapp@protonmail.com> | 2021-05-16 21:38:59 -0500 |
commit | 9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c (patch) | |
tree | 9e739b11361f5fd122b31cfce107947502b69809 /csci4131/lec/Lec5Ex1.html | |
parent | Add trash (diff) | |
download | homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.gz homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.bz2 homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.lz homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.xz homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.zst homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.zip |
Rearrange files
Diffstat (limited to 'csci4131/lec/Lec5Ex1.html')
-rw-r--r-- | csci4131/lec/Lec5Ex1.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/csci4131/lec/Lec5Ex1.html b/csci4131/lec/Lec5Ex1.html deleted file mode 100644 index 18f98ec..0000000 --- a/csci4131/lec/Lec5Ex1.html +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html>
-
-
-<!-- External style sheets. -->
-<html>
- <head>
- <meta charset = "utf-8">
- <title>Box Model Example</title>
-
- <!-- this begins the style sheet section -->
- <link rel="stylesheet" type="text/css" href="mystyle8.css">
-
- </head>
- <body>
- <section>
- <h1>The University of Minnesota</h1>
- <p>Educating the Leaders of Tomorrow for over 100 years.
- There is always something happening at the U!</p>
- </section>
-
- </body>
-</html>
-
|