Skip to content
Snippets Groups Projects
Commit 1ef0cff5 authored by Anton Bershanskiy's avatar Anton Bershanskiy
Browse files

Initial 2

parent 044fc822
No related branches found
No related tags found
No related merge requests found
build/*
Makefile 0 → 100644
clean:
rm -rf build
firefox:
mkdir build
mkdir build/firefox
cp -r common/* build/firefox/
cp -rf firefox/* build/firefox/
chromium:
mkdir build
mkdir build/chromium
cp -r common/* build/chromium/
cp -rf chromium/* build/chromium/
ul {
list-style: none
}
body {
font-size: 1.25rem;
color: #333;
margin: 5px;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment