mirror of
https://github.com/armbian/build.git
synced 2025-08-17 00:26:58 +02:00
* Moving repository handling from main script - cleaning - working TBD: handling of parameters * Not needed anymore * Paramter handling, edit config in mktemp * Typo * Improve string handling * Cleanining * Compacting * Change to backslash compatible sed replacement * Publish all, update selected to avoid having erros at update * Add support for html index generation * Bugfix * More arch * Don't run publish if there is nothing in the incoming * Add repo sync control file creation * Fix hardcoded value
25 lines
787 B
HTML
25 lines
787 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<style>
|
|
table {
|
|
color: #333; /* Lighten up font color */
|
|
font-family: Helvetica, Arial, sans-serif; /* Nicer font */
|
|
width: 100%;
|
|
border-collapse:
|
|
collapse; border-spacing: 0;
|
|
}
|
|
|
|
td, th { border: 1px solid #CCC; height: 30px; padding: 15px; } /* Make cells a bit taller */
|
|
th {
|
|
background: #F3F3F3; /* Light grey background */
|
|
font-weight: bold; /* Make sure they're bold */
|
|
}
|
|
td {
|
|
background: #FAFAFA; /* Lighter grey background */
|
|
text-align: left; /* Center our text */
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="container">
|
|
<table>
|