ainsleyclark/stock-informer

View on GitHub
crawl/testdata/og-image.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en-gb">
<head>
    <title>title</title>
    <meta name="Description" content="description">
     <meta property="og:image" content="postgres://user:abc{DEf1=ghi@example.com:5432/db?sslmode=require">
     <meta name="twitter:image" content="https://krang.com/myimage.jpg">
</head>
<body>
body
</body>
</html>