Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified __pycache__/weather.cpython-312.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion templates/Weather_Details.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<! This was created Eduardo Sanchez but was worked with Grabriel ––>
<!-- This file was created Eduardo Sanchez and was worked on by Grabriel and was formatted by Liliana -->

<!DOCTYPE html>
<html lang="en">
Expand Down
4 changes: 2 additions & 2 deletions templates/home.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- <! Was created and worked by Eduardo Sanchez but later was modified by Lily Saragoza––> -->
<!-- <! Was created and worked by Eduardo Sanchez but later was modified by Lily SAAVEDRA––> -->
<!DOCTYPE html>
<html>
<head>
Expand All @@ -7,7 +7,7 @@
<title>Weather</title>
</head>
<style>
/* This changes the background color for the main page */
/* This changes the background color for the main page -Lily*/
body{
background-color:rgb(200, 242, 255);

Expand Down
2 changes: 1 addition & 1 deletion weather.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Authors: Armando, Lily, Eduardo, Gabe
Authors: Armando, Liliana, Eduardo, Gabe
Course: CST-205
Date: 05/14/2024

Expand Down