-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (25 loc) · 1.32 KB
/
index.html
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
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Pagina oficial del equipo Botbusters, participante en la competencia de FIRST Robotics. Representamos a las cinco Prepas Tec de Monterrey." />
<meta property="og:url" content="http://botbusters.rocks" />
<meta property="og:title" content="BUTBUSTERS" />
<meta property="og:description" content="Pagina oficial del equipo Botbusters, participante en la competencia de FIRST Robotics. Representamos a las cinco Prepas Tec de Monterrey." />
<meta property="og:image" content="http://botbusters.rocks/images/logo.jpg" />
<title>BOTBUSTERS</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link href="stylesheets/style.css" rel="stylesheet">
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<div class="container">
<div class="row temp">
<div class="col-md-offset-4 col-md-4">
<img src="images/logo.jpg" alt="Botbosters Logo" height="100%" width="100%">
</div>
</div>
</div>
</body>
</html>