Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxguist authored Apr 6, 2024
1 parent ad50c81 commit 75a2a1a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Weather App - FreeCodeCamp</title>
<title>Information Center</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.9/css/weather-icons.css'>
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'><link rel="stylesheet" href="./style.css">

</head>
<body>
<!-- partial:index.partial.html -->

<br>
<br>

<center><h1>Information Center</h1></center>

<br>
<br>

<div class="container" id="wrapper">
<div class="container-fluid" id="current-weather">
<div class="row">
Expand Down Expand Up @@ -150,7 +158,7 @@ <h5 id="forecast-day-4-main">°</h5>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>

<script src="https://npmcdn.com/tether@1.2.4/dist/js/tether.min.js"></script>

<script src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/js/bootstrap.min.js'></script><script src="./script.js"></script>

</body>
Expand Down

0 comments on commit 75a2a1a

Please sign in to comment.