forked from grangier/python-goose
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_title_opengraph.html
More file actions
14 lines (14 loc) · 852 Bytes
/
Copy pathtest_title_opengraph.html
File metadata and controls
14 lines (14 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<meta property="og:site_name" content="TechCrunch"/>
<meta property="og:title" content="Good article title | TechCrunch"/>
<title>Wrong article title - website</title>
</head>
<body>
<div>
<p>
TextNode 1 - The Scala supported IDE is one of the few pain points of developers who want to start using Scala in their Java project. On existing long term project developed by a team its hard to step in and introduce a new language that is not supported by the existing IDE. On way to go about it is to hid the fact that you use Scala from the Java world by using one way dependency injection. Still, if you wish to truly absorb Scala into your existing java environment then you'll soon introduced cross language dependencies.
</p>
</div>
</body>
</html>