Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
W
Website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Borg Binary Builder
Website
Commits
5a310048
Verified
Commit
5a310048
authored
May 19, 2019
by
noplanman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix HTML and use proper structure.
parent
21acfe9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
22 deletions
+28
-22
index.php
index.php
+28
-22
No files found.
index.php
View file @
5a310048
...
...
@@ -44,27 +44,31 @@ fwrite($fp, json_encode($binaries));
fclose
(
$fp
);
?>
<style>
@font-face
{
font-family
:
'EncodeSans'
;
font-style
:
normal
;
font-weight
:
700
;
src
:
local
(
'Encode Sans'
),
url(_assets/EncodeSans-Regular.woff)
format
(
'woff'
);
}
body
{
font-family
:
'EncodeSans'
;
}
.container
{
padding
:
25px
;
}
</style>
<style>
</style>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Borg ARM binaries
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"_assets/styles.css"
>
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Borg ARM binaries
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"_assets/styles.css"
>
<style>
@font-face
{
font-family
:
'EncodeSans'
;
font-style
:
normal
;
font-weight
:
700
;
src
:
local
(
'Encode Sans'
),
url(_assets/EncodeSans-Regular.woff)
format
(
'woff'
);
}
body
{
font-family
:
'EncodeSans'
,
sans-serif
;
}
.container
{
padding
:
25px
;
}
</style>
</head>
<body>
<div
id=
"content"
>
<div
id=
"content-header"
>
<h1>
Borg ARM builds
</h1>
<br>
Currently there are automated builds for three different versions of ARM hardware:
...
...
@@ -154,9 +158,11 @@ fclose($fp);
<span
class=
"label"
title=
"
<?=
$f
->
name
?>
"
>
<?=
$f
->
name
?>
</span>
<span
class=
"date"
data-time=
"
<?=
$f
->
created
?>
"
>
<?=
$f
->
created
?>
</span>
<span
class=
"size"
data-bytes=
"
<?=
$f
->
size
?>
"
>
<?=
human_filesize
(
$f
->
size
)
?>
</span>
</span>
</a>
</a>
</li>
<?php
endforeach
;
?>
</ul>
</div>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment