Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
4d5b4a3b
Commit
4d5b4a3b
authored
Jul 21, 2015
by
chriseth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Icon.
parent
c79cad7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
index.html
index.html
+11
-3
No files found.
index.html
View file @
4d5b4a3b
...
...
@@ -13,8 +13,16 @@ body {
color
:
#111111
;
}
#solIcon
{
top
:
-10px
;
right
:
-60px
;
right
:
10px
;
top
:
10px
;
position
:
absolute
;
height
:
100px
;
width
:
100px
;
overflow
:
hidden
;
}
#solIcon
img
{
top
:
-20px
;
right
:
-10px
;
position
:
absolute
;
height
:
100px
;
}
...
...
@@ -65,7 +73,7 @@ body {
<script
src=
"web3.min.js"
></script>
</head>
<body>
<
img
id=
"solIcon"
src=
"solidity.svg"
/
>
<
div
id=
"solIcon"
><img
src=
"solidity.svg"
></div
>
<h1
id=
"header"
>
Solidity realtime compiler and runtime
</h1>
Version:
<span
id=
"version"
>
(loading)
</span><br/>
Execution environment does not connect to any node, everyhing is in-memory only.
<br/>
...
...
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