View difference between Paste ID: M3318rBi and yUaMjr4t
SHOW: | | - or go back to the newest paste.
1
Estrutura Padrão html com link pra CSS
2
3
4
<!doctype html>
5
	
6
<html>
7
8
<head>
9
10
   <title></title>
11
   <meta charset="UTF-8">
12-
   <link rel="stylesheet" type=""text/css" href="style.css">
12+
   <link rel="stylesheet" type="text/css" href="style.css">
13
   
14
15
</head>
16
17
<body>
18
19
</body>
20
21
</html>