You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Html/index.html

13 lines
191 B

3 months ago
<!DOCTYPE html>
<html>
<head>
<title>HTML Page</title>
3 months ago
<link rel="stylesheet" href="style.css">
3 months ago
</head>
<body>
3 months ago
<div class="container">
3 months ago
Buğra sAsaSAAs,
3 months ago
</div>
3 months ago
</body>
</html>