Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
zlu
zlu.me
Commits
bddbed01
Verified
Commit
bddbed01
authored
Dec 30, 2020
by
zlu
🤸🏿
Browse files
Updated url
parent
d594fc1f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9150 additions
and
20 deletions
+9150
-20
elm.js
elm.js
+4549
-0
elm.json
elm.json
+24
-0
entry.elm
entry.elm
+1
-1
index.html
index.html
+4576
-19
No files found.
elm.js
0 → 100644
View file @
bddbed01
This diff is collapsed.
Click to expand it.
elm.json
0 → 100644
View file @
bddbed01
{
"type"
:
"application"
,
"source-directories"
:
[
"src"
],
"elm-version"
:
"0.19.1"
,
"dependencies"
:
{
"direct"
:
{
"elm/browser"
:
"1.0.2"
,
"elm/core"
:
"1.0.5"
,
"elm/html"
:
"1.0.0"
},
"indirect"
:
{
"elm/json"
:
"1.1.3"
,
"elm/time"
:
"1.0.0"
,
"elm/url"
:
"1.0.0"
,
"elm/virtual-dom"
:
"1.0.2"
}
},
"test-dependencies"
:
{
"direct"
:
{},
"indirect"
:
{}
}
}
entry.elm
View file @
bddbed01
...
...
@@ -4,7 +4,7 @@ main = div [id "main" ] [
div
[
id
"
link"
]
[
a
[
href
"
https://blog.zlu.me/about/"
]
[
text
"
about"
]]
,
div
[
id
"
link"
]
[
a
[
href
"
https://blog.zlu.me"
]
[
text
"
blog"
]
]
,
div
[
id
"
link"
]
[
a
[
href
"
https://wiki.zlu.me"
]
[
text
"
wiki"
]
]
,
div
[
id
"
link"
]
[
a
[
href
"
https://git.zlu.me/
u/
zlu/"
]
[
text
"
git"
]
]
,
div
[
id
"
link"
]
[
a
[
href
"
https://git.zlu.me/zlu/"
]
[
text
"
git"
]
]
,
div
[
id
"
link"
]
[
a
[
href
"
https://wiki.zlu.me/privacy-software"
]
[
text
"
privacy software"
]]
,
div
[
id
"
link"
]
[
a
[
href
"
https://git.zlu.me/zlu/self/blob/master/mybooks"
]
[
text
"
books i read"
]
]
]
index.html
View file @
bddbed01
This diff is collapsed.
Click to expand it.
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