mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 11:36:51 +03:00
22 lines
378 B
HTML
22 lines
378 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" xml:lang="en">
|
|
|
|
<head>
|
|
<title>AI on the edge</title>
|
|
<meta charset="UTF-8" />
|
|
|
|
<style>
|
|
h1 {font-size: 2em; margin-block-end: 0.3em;}
|
|
h2 {font-size: 1.5em;margin-block-start: 0.3em;}
|
|
h3 {font-size: 1.2em;}
|
|
p {font-size: 1em;}
|
|
</style>
|
|
</head>
|
|
|
|
<body style="font-family: arial">
|
|
|
|
<h4>Step 2 / 7: Create A Reference Image</h4>
|
|
|
|
</body>
|
|
</html>
|