Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
David Declerck
www
Commits
80288a66
Unverified
Commit
80288a66
authored
Aug 04, 2021
by
zapashcanon
Browse files
add favicon
parent
7d1c0427
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
src/assets/img/logo_ocp_icon.svg
src/assets/img/logo_ocp_icon.svg
+8
-0
src/template.eml.html
src/template.eml.html
+1
-0
No files found.
src/assets/img/logo_ocp_icon.svg
0 → 100644
View file @
80288a66
<svg
width=
"6000"
height=
"6000"
viewBox=
"0 0 6000 6000"
fill=
"none"
xmlns=
"http://www.w3.org/2000/svg"
>
<path
d=
"M3886.79 5054C3889.03 5052.71 3891.21 5051.35 3893.35 5049.94L4728.83 4567.81C4768.6 4544.86 4793.1 4502.43 4793.1 4456.51V1542.66C4793.1 1496.75 4768.61 1454.33 4728.85 1431.38L3297.32 604.842C3103.12 492.714 2863.88 492.554 2669.53 604.421L2081.9 942.657C2079.92 943.667 2077.96 944.731 2076.02 945.851L1234.26 1432.12C1194.52 1455.07 1170.04 1497.49 1170.04 1543.38V4456.51C1170.04 4502.43 1194.54 4544.86 1234.31 4567.81L2069.79 5049.94C2071.92 5051.35 2074.11 5052.71 2076.34 5054L2667.43 5395.1C2861.83 5507.28 3101.3 5507.28 3295.71 5395.1L3886.79 5054Z"
fill=
"#CD5119"
stroke=
"#98390E"
stroke-width=
"257"
stroke-linejoin=
"round"
/>
<path
d=
"M3823.42 2996.4L2982.32 3482.01L2982.16 2772.79C2982.13 2628.09 3083.69 2452.14 3209 2379.79L3785.96 2046.68C3806.53 2034.81 3823.21 2044.43 3823.21 2068.18L3823.42 2996.4Z"
fill=
"#F88834"
stroke=
"#98390E"
stroke-width=
"60"
stroke-linejoin=
"round"
/>
<path
d=
"M3823.45 3967.63L2996.2 4445.24C2988.55 4449.66 2982.35 4446.08 2982.34 4437.24L2982.13 3482.02L3823.23 2996.41L3823.45 3967.63Z"
fill=
"#98390E"
stroke=
"#98390E"
stroke-width=
"60"
stroke-linejoin=
"round"
/>
<path
d=
"M3822.82 2028.69L3232.03 1687.42C3077.28 1598.03 2886.57 1598.03 2731.82 1687.43L2391.01 1884.33C2236.38 1973.66 2141.13 2138.69 2141.13 2317.27L2141.13 3967.77L2976.14 4449.86C2978.81 4451.4 2982.14 4449.47 2982.14 4446.39L2982.14 2803.08C2982.14 2624.53 3077.35 2459.53 3231.95 2370.18L3822.82 2028.69Z"
fill=
"#F88834"
stroke=
"#98390E"
stroke-width=
"60"
stroke-linejoin=
"round"
/>
<path
d=
"M4708.8 2539.23L3823.97 2028.37L3823.54 3958.15L4708.36 4469.01L4708.8 2539.23Z"
fill=
"#98390E"
stroke=
"#98390E"
stroke-width=
"60"
stroke-linejoin=
"round"
/>
<path
d=
"M3902.23 5094.27C3904.84 5092.77 3907.39 5091.2 3909.9 5089.57L4744.26 4608.08C4798.43 4576.83 4831.8 4519.05 4831.8 4456.51V1542.66C4831.8 1480.14 4798.44 1422.37 4744.3 1391.11L3312.77 564.573C3104.19 444.148 2847.26 443.976 2638.53 564.12L2051.83 901.815C2049.52 903.017 2047.23 904.274 2044.96 905.586L1203.19 1391.85C1149.07 1423.12 1115.73 1480.88 1115.73 1543.38V4456.51C1115.73 4519.05 1149.1 4576.83 1203.26 4608.08L2037.62 5089.57C2040.13 5091.2 2042.69 5092.77 2045.3 5094.27L2636.38 5435.37C2845.17 5555.86 3102.36 5555.86 3311.14 5435.37L3902.23 5094.27Z"
stroke=
"#98390E"
stroke-width=
"350"
stroke-linejoin=
"round"
/>
</svg>
src/template.eml.html
View file @
80288a66
...
@@ -3,6 +3,7 @@ let render_unsafe ~lang ~title ~content =
...
@@ -3,6 +3,7 @@ let render_unsafe ~lang ~title ~content =
<html
lang=
"<%s lang %>"
>
<html
lang=
"<%s lang %>"
>
<head>
<head>
<title><
%
s
title
%
>
| OCamlPro
</title>
<title><
%
s
title
%
>
| OCamlPro
</title>
<link
rel=
"icon"
type=
"image/svg+xml"
href=
"/assets/img/logo_ocp_icon.svg"
>
<link
href=
"/assets/css/bootstrap.min.css"
rel=
"stylesheet"
/>
<link
href=
"/assets/css/bootstrap.min.css"
rel=
"stylesheet"
/>
<link
href=
"/assets/css/template.css"
rel=
"stylesheet"
>
<link
href=
"/assets/css/template.css"
rel=
"stylesheet"
>
<link
href=
"/assets/css/style.css"
rel=
"stylesheet"
>
<link
href=
"/assets/css/style.css"
rel=
"stylesheet"
>
...
...
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