Skip to content
Snippets Groups Projects
Commit 83c77b70 authored by Andrej Rasevic's avatar Andrej Rasevic
Browse files

adding initial week 1 content

parent 7af2a22e
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>
Javascript Skeleton
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<script>
console.log('This is how I learned to write Javascript!')
</script>
</body>
</html>
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>
HTML5 Skeleton
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
</body>
</html>
\ No newline at end of file
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment