Skip to content

Instantly share code, notes, and snippets.

@robertmassaioli
Created January 18, 2016 12:12
Show Gist options
  • Save robertmassaioli/e6dd2f9db2002c4b582b to your computer and use it in GitHub Desktop.
Save robertmassaioli/e6dd2f9db2002c4b582b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<!-- jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<!-- Atlassian User Interface (AUI) -->
<link rel="stylesheet" href="//aui-cdn.atlassian.com/aui-adg/5.7.0/css/aui.css" media="all">
<script src="//aui-cdn.atlassian.com/aui-adg/5.7.0/js/aui.js"></script>
</head>
<body>
<div class="ac-content">
<div class="aui-message success">
<p class="title">
<strong>Hello <span id="userName">World!</span></strong>
</p>
<p>Look at you, getting all fancy with your Atlassian Connect add-on :-) </p>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment