From 3f0529de18fa8b51c2d4ff09386370fca5327d7d Mon Sep 17 00:00:00 2001 From: dalgona92 <dalgona92@gmail.com> Date: Wed, 6 Feb 2019 21:59:32 +0900 Subject: [PATCH] change the pic of week1 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 61aa05b..49ee0fa 100644 --- a/index.html +++ b/index.html @@ -66,7 +66,7 @@ <div class="row"> <div class="col-md-7"> <a href="w1.html"> - <img class="img-fluid rounded mb-3 mb-md-0" src="image/assignment/w1/010" width="700" height="300" alt=""> + <img class="img-fluid rounded mb-3 mb-md-0" src="image/assignment/w1/010.png" width="700" height="300" alt=""> </a> </div> <div class="col-md-5"> -- GitLab