Last active
January 28, 2018 21:26
-
-
Save poga/14152f82c69320e0ec17bcd7982da948 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!-- saved from url=(0043)http://localhost:3000/http://localhost:8080 --> | |
<html lang="en" class="gr__localhost"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |
<meta name="theme-color" content="#000000"> | |
<link rel="manifest" href="http://localhost:3000/manifest.json"> | |
<link rel="shortcut icon" href="http://localhost:3000/favicon.ico"> | |
<link href="./prerendered-local_files/main.c17080f1.css" rel="stylesheet"> | |
<title>Page 1</title> | |
<meta name="description" content="Some description."> | |
<meta property="og:title" content="MyApp"> | |
<meta property="og:image" content="path/to/image.jpg"> | |
</head> | |
<body data-gr-c-s-loaded="true" style=""> | |
<noscript>You need to enable JavaScript to run this app.</noscript> | |
<div id="root"> | |
<div class="App"> | |
<header class="App-header"> | |
<img src="./prerendered-local_files/logo.5d5d9eef.svg" class="App-logo" alt="logo"> | |
<h1 class="App-title">Welcome to React</h1> | |
</header> | |
<p class="App-intro">To get started, edit <code>src/App.js</code> and save to reload.</p> | |
</div> | |
</div> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- curl -A twitterbot https://zen-euler-c89b35.netlify.com/index.10.html --> | |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |
<meta name="theme-color" content="#000000"> | |
<link rel="manifest" href="/manifest.json"> | |
<link rel="shortcut icon" href="/favicon.ico"> | |
<title>React App</title> | |
<link href="/static/css/main.c17080f1.css" rel="stylesheet"> | |
</head> | |
<body> | |
<noscript>You need to enable JavaScript to run this app.</noscript> | |
<div id="root"></div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment