Skip to content

Instantly share code, notes, and snippets.

@yatsenkolesh
Created April 19, 2022 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yatsenkolesh/a54b9aed97821a7eb914016d12d85e7b to your computer and use it in GitHub Desktop.
Save yatsenkolesh/a54b9aed97821a7eb914016d12d85e7b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Laravel Test page</title>
</head>
<body>
<div>Hello. It's a ABRouter example. Refresh the page to change color button. </div>
<div>Distribution: 33% - red, 33% - green, 33% - blue</div>
<br/>
<button style="background: {{$color}}; padding: 10px; border-radius: 3px; margin-left: 20%;">Hello</button>
<br/>
<a href="/feature-flags">Check the feature flags <example></example></a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment