Skip to content

Commit

Permalink
change title
Browse files Browse the repository at this point in the history
  • Loading branch information
kikiwuart committed Mar 23, 2019
1 parent 232ebeb commit b90ea46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file removed flies/bubble.wav
Binary file not shown.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<html lang="eng">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maxmum-scale=1.0, user-scalable=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maxmum-scale=1.0, user-scalable=no">

<link rel="stylesheet" href="css/style.css">
<!--- import google fonts--->
<link href="https://fonts.googleapis.com/css?family=Inconsolata|Alfa+Slab+One" rel="stylesheet">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="js/bot.js"></script>
<title>chatbot net-art</title>
<title>After you die, your digital self could live on as a chatbot</title>
</head>
<body>
<div class="falling">
Expand Down Expand Up @@ -88,7 +88,7 @@
<div>
<img class="fightR" src="images/fightR.png">
<iframe class="video-2" src="https://www.youtube.com/embed/videoseries?autoplay=1&controls=0&loop=1&list=PL9mvgvZhrnwaUzWfZOKdSN2hveD3-ymCu" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe>
</div>
</div>
</div>

<!--- netart title--->
Expand Down Expand Up @@ -137,7 +137,7 @@
<p id="chatlog3" class="chatlog">&nbsp;</p>
<p id="chatlog2" class="chatlog">&nbsp;</p>
<p id="chatlog1" class="chatlog">&nbsp;</p>
<input type="text" name="chat" id="chatbox" placeholder="Hello. I am Joe. Talk to me." onfocus="placeHolder()">
<input type="text" name="chat" id="chatbox" placeholder="Hello. I am here. Talk to me." onfocus="placeHolder()">
</div>
</div>
<div class="dialogue">
Expand Down

0 comments on commit b90ea46

Please sign in to comment.