Files
lneto/examples/httphi-over-ethernet/index.html
T
Pat Whittingslow 1884cfc9b7 Further improvements to httphi API (#173)
* add Exchange.WriteBodyString

* Mux.MaxPathValues and other improvements

* Mux PathValue improvemnt and fixes

* MuxSlice more method muxing improvements

* diagram out interesting approach to form parsing for clanker

* refactor RequestParseForm and achieve greatness in API design

* explicit naming of headerCapacityKV value in kvBuffer.Reset

* fix Mux bug not matching paths correctly; httpraw HTTP V1 naming applied

* rename many examples,use httphi in examples,remove useless maxAwaitingConn field

* add ipv4.String

* add ipv4 UnspecifiedAddr and BroadcastAddr

* add ethernet.String
2026-07-31 12:47:33 -03:00

92 lines
1.9 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html>
<head>
<title>Arbitrary Waveform Generator Control</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 50px auto;
padding: 20px;
background-color: #f5f5f5;
}
h1 {
color: #333;
text-align: center;
}
.chip-control {
background: white;
border-radius: 8px;
padding: 20px;
margin: 20px 0;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.chip-name {
font-size: 18px;
font-weight: bold;
color: #2c3e50;
margin-bottom: 15px;
}
.form-group {
margin: 10px 0;
}
label {
display: inline-block;
width: 120px;
font-weight: bold;
color: #555;
}
input[type="number"] {
width: 200px;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
}
button {
background-color: #3498db;
color: white;
border: none;
padding: 10px 20px;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
margin-top: 10px;
}
button:hover {
background-color: #2980b9;
}
.current-value {
color: #888;
font-size: 12px;
margin-left: 130px;
}
</style>
</head>
<body>
<h1>AD9850 DDS Control</h1>
<div>
<!-- Begin Poetry -->
<p>
Whose woods these are I think I know.<br>
His house is in the village though;<br>
He will not see me stopping here<br>
To watch his woods fill up with snow.<br>
<br>
My little horse must think it queer<br>
To stop without a farmhouse near<br>
Between the woods and frozen lake<br>
The darkest evening of the year.<br>
<br>
He gives his harness bells a shake<br>
To ask if there is some mistake.<br>
The only other sounds the sweep<br>
Of easy wind and downy flake.<br>
<br>
The woods are lovely, dark and deep,<br>
But I have promises to keep,<br>
And miles to go before I sleep,<br>
</div
</body>
</html>