Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Popov ebaf48438c
add build instruction 2023-07-09 12:05:48 +03:00
Alexander Popov c4dcecef90
add source code link 2023-07-09 12:05:26 +03:00
3 changed files with 19 additions and 1 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
Build
-----
1. Download [Bootstrap](https://getbootstrap.com/) v5.3.0
```sh
./scripts/prepare-bootstrap.sh
```
2. Build project
```sh
v .
```

4
scripts/prepare-bootstrap.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
wget https://github.com/twbs/bootstrap/raw/main/dist/css/bootstrap.min.css \
-O ./assets/bootstrap.min.css

View File

@ -15,7 +15,7 @@
<h3 class="float-md-start mb-0">Загрузчик файлов</h3>
<nav class="nav nav-masthead justify-content-center float-md-end">
<a class="nav-link fw-bold py-1 px-0 active" aria-current="page" href="#">Загрузка</a>
<a class="nav-link fw-bold py-1 px-0" href="#">Исходные коды</a>
<a class="nav-link fw-bold py-1 px-0" href="https://git.a2s.su/iiiypuk/fu_local">Исходные коды</a>
</nav>
</div>
</header>