Commit c4725d69 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

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
<!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
[
{
"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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment