-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
25 lines (25 loc) · 755 Bytes
/
style.css
File metadata and controls
25 lines (25 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Page Title</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' href='style.css'>
<script src='main.js'></script>
</head>
<body>
<h1>
Ruby Café
</h1>
<h2>Sobre a cafeteria</h2>
<p>
Desde 2010, a Ruby Café traz o <i>melhor café</i>, um cardápio repleto de <i>variedades</i> e um atendimento <i>delicado</i>.
A cafeteria se tornou a favorita da cidade, conquistando novos clientes todos os dias.
</p>
<br/>
<p>
<b>Nosso lema é: uma comida com amor dá mais bom humor as pessoas.</b>
</p>
</body>
</html>