https://github.com/sensational-code/bootstrap-site-1
A simple website layout created using Bootstrap 4
https://github.com/sensational-code/bootstrap-site-1
Last synced: 4 months ago
JSON representation
A simple website layout created using Bootstrap 4
- Host: GitHub
- URL: https://github.com/sensational-code/bootstrap-site-1
- Owner: Sensational-Code
- Created: 2018-11-02T06:54:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T10:23:46.000Z (over 7 years ago)
- Last Synced: 2025-09-23T23:36:11.201Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bootstrap-site-1
A simple website layout created using Bootstrap 4
#### [Try it here](https://sensational-code.github.io/bootstrap-site-1/)
## Install
Clone this repo and run a local web server to host the index.html.
#### On Mac/Linux:
```
cd
git clone https://github.com/Sensational-Code/bootstrap-site-1.git
cd bootstrap-site-1
python -m SimpleHTTPServer
```
Replace with your desired directory and with your desired port number.
Then visit localhost: in your web browser of choice.
## Built With
* [Bootstrap](https://getbootstrap.com/)