You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/scastie.html
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,13 @@
2
2
<divclass="wrap">
3
3
<divclass="heading-line">
4
4
<h2><span>Run Scala in your browser</span></h2>
5
-
<pclass="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer commodo neque eget placerat dapibus. Mauris ullamcorper dui eu pellentesque venenatis. Nam non elit vitae dolor posuere eleifend a facilisis diam</p>
5
+
<pclass="lead">
6
+
Scastie is Scala + SBT in your browser!
7
+
You can use any version of Scala, or even alternate backends
8
+
such as Dotty, Scala.js, Scala Native, and Typelevel Scala. You can use
9
+
any published library. You can save and share Scala programs/builds
10
+
with anybody.
11
+
</p>
6
12
</div>
7
13
</div>
8
14
<divclass="call-to-action action-medium">
@@ -20,4 +26,4 @@ <h2><span>Run Scala in your browser</span></h2>
0 commit comments