Skip to content
Open
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
37 changes: 36 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,45 @@ Serving the HTML pages.
Testing the webserver.

## PROGRAM:

<!doctype html>
<html>
<head>
<title> My Web Server</title>
</head>
<body>
<table border="5">
<tr>
<th>Configuration</th>
<th>Description</th>
</tr>
<tr>
<td>Processor</td>
<td>13th intel(R) core(TM) i5-1335U, 1300Mhz, 10 Core(s), 12 Logical Processor</td>
</tr>
<tr><td>Storage(HDD/SSD)</td><td>SAMSUNG MZAL4512HBLU-00BL1</td></tr>
<tr>
<td>Memory</td><td>8.5 GB</td>
</tr>
<tr>
<td>Graphics Card</td>
<td>
Intel(R) Iris(R) Xe Graphics ,
NVIDIA GeForce MX550
</td>
</tr>
<tr>
<td>Operating System</td><td>Edition:Windows , Version:22H2 , OS build:22621.4169</td>
</tr>
<tr>
<td>RAM</td><td>16.0 GB</td></tr>

</table>
</body>
</html>

## OUTPUT:

![wehex01](https://github.com/user-attachments/assets/25154978-1906-42d9-94fa-71a862c7982f)

## RESULT:
The program for implementing simple webserver is executed successfully.