
3 changed files with 16 additions and 0 deletions
After Width: | Height: | Size: 293 KiB |
@ -0,0 +1,12 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> |
|||
<link rel="stylesheet" href="style.css"> |
|||
<title>Document</title> |
|||
</head> |
|||
<body> |
|||
</body> |
|||
</html> |
@ -0,0 +1,4 @@ |
|||
body { |
|||
background-image: url("577226-new-cool-backgrounds-images-2560x1440-for-meizu.jpg"); |
|||
background-color: #cccccc; |
|||
} |
Loading…
Reference in new issue