gitea init.
BIN
public/favicon.ico
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
public/img/background-gray.png
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
public/img/checklist.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
public/img/database.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
public/img/hyperinflation_wheelbarrow.jpg
Normal file
After Width: | Height: | Size: 97 KiB |
BIN
public/img/interact.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
public/img/jeff-snow.jpg
Normal file
After Width: | Height: | Size: 153 KiB |
BIN
public/img/leverage.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
public/img/monero.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
public/img/monitor.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
public/img/robust.png
Normal file
After Width: | Height: | Size: 718 B |
BIN
public/img/rocket-512.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
public/img/tools.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
public/img/website.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
14
public/index.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
|
||||
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
|
||||
<title>SimpleSystems, LLC</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|