This commit is contained in:
parent
75d84f7278
commit
10f0f6a2c0
12
index.html
12
index.html
@ -2,7 +2,7 @@
|
||||
<html lang="ru">
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" href="styles/style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="styles/style.css" type="text/css">
|
||||
<meta charset="UTF-8">
|
||||
<title>Двач но не двач</title>
|
||||
</head>
|
||||
@ -47,12 +47,12 @@
|
||||
<div class="message_img"></div>
|
||||
<p class="messagecontent">ВСЕМ ПРИВЕТ! Я ФОКУСНИК!</p>
|
||||
</div>
|
||||
<div class="messagewraper">
|
||||
<textarea class="textplace" name="messagetext" id="messagetext" cols="30" rows="10"></textarea>
|
||||
<input class="button" type="submit" for="messagetext">
|
||||
</div>
|
||||
<form class="messagewraper" method="post" action="http://api.vdk2ch.ru:5000/PostTo/">
|
||||
<input type="text" class="textplace" name="messagetext" id="messagetext" cols="30" rows="10"></input>
|
||||
<input class="button" type="submit" for="messagetext" value="SEND">
|
||||
</form>
|
||||
<div class="posts"><p>ловим текст сюда</p></div>
|
||||
</div>
|
||||
<script src="script/js.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -1,2 +0,0 @@
|
||||
console.log('wrok');
|
||||
let infinite=5;
|
@ -59,6 +59,7 @@ margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 10px;
|
||||
display: flex;
|
||||
margin-bottom: 10px;
|
||||
|
||||
}
|
||||
.button {width: 150px;
|
||||
@ -84,7 +85,7 @@ h1 {
|
||||
background-color: #afacac;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.ugly {
|
||||
display: block;
|
||||
@ -122,4 +123,12 @@ ul {
|
||||
line-height: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.posts {
|
||||
width: 500px;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
background-color: hotpink;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
}
|
Loading…
Reference in New Issue
Block a user