initial commit

This commit is contained in:
2023-06-03 23:07:55 -06:00
parent 4623a6ada1
commit c3fac18a46
4 changed files with 156 additions and 0 deletions

8
public/index.html Normal file
View File

@ -0,0 +1,8 @@
<html>
<head>
<title>LineageOS OTA Server</title>
</head>
<body>
<p>This is the public folder - the build artifact directory should be mounted to this folder so ota updates can be served.</p>
</body>
</html>