Spaces:
Running
Running
Commit
·
317a04b
1
Parent(s):
54afa56
added python logo
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -4,11 +4,11 @@
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>Documentation</title>
|
| 7 |
-
<link rel="stylesheet" href="
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<nav id="navbar">
|
| 11 |
-
<header><h1>Python</h1></header>
|
| 12 |
<ul>
|
| 13 |
<li><a href="#Introduction" class="nav-link">Introduction</a></li>
|
| 14 |
<li><a href="#Getting_Started" class="nav-link">Getting Started</a></li>
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>Documentation</title>
|
| 7 |
+
<link rel="stylesheet" href="styles.css">
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<nav id="navbar">
|
| 11 |
+
<header id="header"><h1>Python</h1><img src="https://www.python.org/static/img/python-logo@2x.png" alt="python logo" id="logo"></header>
|
| 12 |
<ul>
|
| 13 |
<li><a href="#Introduction" class="nav-link">Introduction</a></li>
|
| 14 |
<li><a href="#Getting_Started" class="nav-link">Getting Started</a></li>
|