diff --git a/background.jpg b/background.jpg
deleted file mode 100644
index 58b0de9..0000000
Binary files a/background.jpg and /dev/null differ
diff --git a/baidu.png b/baidu.png
deleted file mode 100644
index a179092..0000000
Binary files a/baidu.png and /dev/null differ
diff --git a/index.html b/index.html
deleted file mode 100644
index 6f2bfdf..0000000
--- a/index.html
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-
-
-
- SEG3125-Module1-Survey
-
-
-
-Web Page Survey
-
-
-
- Screen Shot of Website:
- Baidu
-
-
-

-
-
-
-
-
-
-
-
diff --git a/readme.txt b/readme.txt
deleted file mode 100644
index e34ebe7..0000000
--- a/readme.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Seg3125 Lab1 group 4
-
-Riley de Domenico - 300016694
-
-Yifei Wang - 300028892 Jaaax
-
-Xingpeng Wang - 8819479 906333302
-
-Webdsit link: https://www.baidu.com/
diff --git a/styles/style.css b/styles/style.css
deleted file mode 100644
index 85cc710..0000000
--- a/styles/style.css
+++ /dev/null
@@ -1,41 +0,0 @@
-
-html{
- background-color: white;
-}
-
-body{
- background-color: whitesmoke;
- border: 2px solid black;
- background-image: url('../background.jpg');
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-size: cover;
-}
-
-#tit{
- font-size: 50px;
- font-style: inherit;
- text-align: center;
- margin: 0;
- color: deeppink;
-}
-
-
-.fixed_div{
- margin-left:300px;
- bottom:300px;
- width:400px;
-}
-
-#form{
- /*position: absolute;*/
- margin-left: 100px;
-}
-
-#sig{
- text-align: right;
- color: red;
- font-size: small;
- font-style: italic;
-}
-