Created
December 11, 2018 23:00
-
-
Save Velkon/227cc76c55a77d6a45452bb0c7de8260 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> | |
<html class="en_US"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title id="titleId">Log in to your Epic Games account</title> | |
<link rel="stylesheet" href="https://cdn1.unrealengine.com/AccountPortal/"/> | |
<link rel="icon" type="image/png" href="https://cdn1.unrealengine.com/AccountPortal/"/> | |
<meta name="layout" content="flat_page"/> | |
<link rel="stylesheet" href="https://cdn1.unrealengine.com/"/> | |
</head> | |
<body class=""> | |
<script src="https://cdn1.unrealengine.com/AccountPortal/" type="text/javascript" ></script> | |
<script src="/widget/widgetJS.js"></script> | |
<script> | |
com.epicgames.account.web.load(function() { | |
com.epicgames.account.web.widgets.loginWithExchangeCode('<CODE HERE>', false, false); | |
}); | |
</script> | |
<!--<meta name="host" content=""/>--> | |
<img class="epicTracking" src="https://tracking.epicgames.com/track.png" width="1" height="1" style="position:absolute;top:-100000px" /> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment