Compare commits

..

No commits in common. "ebaf48438c7760653d75de205e4b38ea2d2f8872" and "44c61296477ebf182281912adf607fcb1bbb6e36" have entirely different histories.

3 changed files with 1 additions and 19 deletions

View File

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

View File

@ -1,4 +0,0 @@
#!/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="https://git.a2s.su/iiiypuk/fu_local">Исходные коды</a>
<a class="nav-link fw-bold py-1 px-0" href="#">Исходные коды</a>
</nav>
</div>
</header>