diff options
| author | s1n <[email protected]> | 2020-03-04 01:58:07 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-04 01:58:07 -0800 |
| commit | b1df5a6c1cd87016797a0582875ad6bd315010ff (patch) | |
| tree | cd3f6aadf7568819a70c7661f4d1d3ad63fe2d07 /scrolling-title/README.md | |
| download | html-examples-master.tar.xz html-examples-master.zip | |
Diffstat (limited to 'scrolling-title/README.md')
| -rw-r--r-- | scrolling-title/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scrolling-title/README.md b/scrolling-title/README.md new file mode 100644 index 0000000..4af7851 --- /dev/null +++ b/scrolling-title/README.md @@ -0,0 +1,7 @@ +# Scrolling Title
+ + +You can either choose to link the external Javascript to your index.html or you can include a Javascript `<script>` tag in the `<head>` or `<body>` + +*I chose to link the external Javascript but you can just comment tag it out and un-comment tag the `<script>` above it.* + |