There was an error while loading. Please reload this page.
The appearance of a project web site is controlled by Cascading Style Sheets (CSS). The BOINC web code uses Bootstrap CSS. It will use the files
bootstrap.min.css bootstrap.min.js jquery.min.js
in your project's html/user directory. make_project initializes to the standard files. You can replace them as you like.
To customize your web site:
https://bootswatch.com/
Or make your own:
http://paintstrap.com/
https://pikock.github.io/bootstrap-magic/app/index.html#!/editor
define("STYLESHEET", "your_stylesheet.css");`
in the file html/project/project.inc.
html/project/project.inc
Home