10 lines
269 B
HTML
10 lines
269 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<h2>Memory Module Detection</h2>
|
|
<form action="/detect" method="post" enctype="multipart/form-data">
|
|
<input type="file" name="image" accept="image/*">
|
|
<input type="submit" value="Upload">
|
|
</form>
|
|
</body>
|
|
</html> |