-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add files via upload #16
base: main
Are you sure you want to change the base?
Conversation
source code
add your source code, not some document file. |
make the changes and tag me i will merge |
@subhadeepsonu Smart Health Monitoring SystemHealth Tracker
Water Intake (in ml)
Exercise Duration (in min)
Blood Sugar Level (in mg/dL)
/* styles.css */ .container { h1 { table { th, th { // src/main/java/com/example/healthmonitor/HealthData.java public class HealthData {
} |
The folder is literally empty please check |
source code from hotshots
@subhadeepsonu |
We contacted you guys so many times
Sorry to bother you. We couldn't upload in GitHub although we tried many
times so I'm sending our source code here.
…On Sat, Oct 26, 2024, 1:15 PM SONU ***@***.***> wrote:
The folder is literally empty please check
—
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BMNCI7QYB53PUJGQFB3JAZLZ5NCDLAVCNFSM6AAAAABQUP5TIWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZZGQYTSNBXG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
source code
<title>Smart Health Monitoring System</title>Smart Health Monitoring System
Health Tracker
/* styles.css */
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 20px;
}
.container {
max-width: 800px;
margin: 0 auto;
background: white;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
text-align: center;
}
table {
width: 100%;
border-collapse: collapse;
}
th,
td {
padding: 10px;
text-align: left;
border-bottom: 1px solid #ddd;
}
th {
background-color: #f2f2f2;
}
// src/main/java/com/example/healthmonitor/HealthData.java
package com.example.healthmonitor;
public class HealthData {
private int id;
private String name;
private int heartRate;
private String bloodPressure;
}