Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Rushikesh Padsala
Rotterdam3D
Commits
d4ac829c
Commit
d4ac829c
authored
4 years ago
by
Rushikesh Padsala
Browse files
Options
Download
Email Patches
Plain Diff
Upload New File
parent
82f7d583
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/index.html
+34
-0
public/index.html
with
34 additions
and
0 deletions
+34
-0
public/index.html
0 → 100644
+
34
-
0
View file @
d4ac829c
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<!-- Use correct character set. -->
<meta
charset=
"utf-8"
>
<!-- Tell IE to use the latest, best version. -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=Edge"
>
<!-- Make the app on mobile take up the full browser screen and disable user scaling. -->
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
>
<title>
3D Tiles Viewer
</title>
<!-- The Cesium library. -->
<script
src=
"https://cesiumjs.org/releases/1.57/Build/Cesium/Cesium.js"
></script>
<link
href=
"https://cesiumjs.org/releases/1.57/Build/Cesium/Widgets/widgets.css"
rel=
"stylesheet"
>
<!-- stylesheets -->
<link
rel=
"stylesheet"
href=
"index.css"
media=
"screen"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"CSS/3DTilesViewer.css"
>
</head>
<body>
<!-- defining container to keep cesium viewer -->
<div
id=
"cesiumContainer"
></div>
<!-- defining menu panel -->
<div
class=
"backdrop"
id=
"menu"
>
<h2>
3D Tiles Viewer
</h2>
</div>
</div>
<a
href=
"https://www.hft-stuttgart.de/"
target=
'_blank'
>
<div
class=
"credit"
></div>
</a>
<!-- javascript -->
<script
src=
"./Source/App.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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