-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (21 loc) · 910 Bytes
/
index.html
File metadata and controls
26 lines (21 loc) · 910 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
26
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet/scss" type="text/css" href=".scss">
<link rel="stylesheet" href="bootstrap\css\bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic">
<link rel="stylesheet" href="fonts\font-awesome.min.css">
<link rel="stylesheet" href="fonts\simple-line-icons.min.css">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<meta charset="utf-8" name="viewport"
content= "width=device-width, initial-scale=1.0">
<title></title>
</head>
<body>
<img src="romiromi.png">
</body>
</html>