Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Khalid Ali
schedules
Commits
2b984243
Commit
2b984243
authored
May 05, 2018
by
Zac Wood
Browse files
Updated title
parent
7b3ad293
Changes
1
Hide whitespace changes
Inline
Side-by-side
schedules_web/index.html
View file @
2b984243
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
/>
<title>
Hello React!
</title>
</head>
<body>
<div
id=
"root"
></div>
<!-- Dependencies -->
<script
src=
"./node_modules/react/umd/react.development.js"
></script>
<script
src=
"./node_modules/react-dom/umd/react-dom.development.js"
></script>
<head>
<meta
charset=
"UTF-8"
/>
<title>
Schedules
</title>
</head>
<body>
<div
id=
"root"
></div>
<!-- Dependencies -->
<script
src=
"./node_modules/react/umd/react.development.js"
></script>
<script
src=
"./node_modules/react-dom/umd/react-dom.development.js"
></script>
<!-- Main -->
<script
src=
"./dist/bundle.js"
></script>
</body>
<!-- Main -->
<script
src=
"./dist/bundle.js"
></script>
</body>
</html>
\ No newline at end of file
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