Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cribjs-editor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
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
Cédric Le Ninivin
cribjs-editor
Commits
c4725d69
Commit
c4725d69
authored
Oct 05, 2020
by
Cédric Le Ninivin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HelloWorld: Do not provide hello world on the same scope as CribJS
* After the latest changes, it should be added by the user
parent
ef052cde
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
57 deletions
+0
-57
hello-world/index.html
hello-world/index.html
+0
-44
sample-app-list.json
sample-app-list.json
+0
-13
No files found.
hello-world/index.html
deleted
100644 → 0
View file @
ef052cde
<!doctype html>
<html
lang=
"en-us"
>
<head>
<title>
Hello World.
</title>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"mobile-web-app-capable"
content=
"yes"
>
<link
rel=
"icon"
href=
"wave.png"
>
<meta
name=
"description"
content=
"A simple hello world HTML example."
>
<style>
body
{
font-size
:
3em
;
max-width
:
600px
;
margin
:
auto
;
font-family
:
Arial
,
sans-serif
;
margin-top
:
1em
;
text-align
:
center
;
background-color
:
#bbff99
;
background-image
:
linear-gradient
(
319deg
,
#99ecff
0%
,
#bbff99
25%
,
#ffec99
75%
,
#ff9999
100%
);
height
:
100%
;
background-repeat
:
no-repeat
;
background-attachment
:
fixed
;
}
button
{
margin-top
:
3em
;
font-size
:
0.5em
;
background-color
:
#fff
;
border
:
2px
solid
#333
;
border-radius
:
5px
;
padding
:
0.25em
1.5em
;
}
</style>
</head>
<body>
<div
id=
"app"
>
Hello world!
</div>
<button
onclick=
"javascript:alert('Bonjour!');"
>
Press me
</button>
</body>
<script>
// put your code here.
</script>
</html>
\ No newline at end of file
sample-app-list.json
View file @
c4725d69
[
{
"int_index"
:
"11"
,
"application_image_type"
:
"image"
,
"application_image_url"
:
"img/vifib-logo.png"
,
"application_toc_accept"
:
false
,
"application_description"
:
"Hello World"
,
"application_url"
:
"./hello-world/"
,
"application_crib"
:
"./crib-enable.html"
,
"application_path"
:
"hello-world/"
,
"application_edit_page"
:
"hello-world/index.html"
,
"application_title"
:
"Hello World"
,
"application_category"
:
"Development"
},
{
"int_index"
:
"41"
,
"application_image_type"
:
"image"
,
...
...
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