<html>
<head>
  <title>Servant: counter</title>
  <style>
  body { text-align: center; }
  #counter { color: green; }
  #inc { margin: 0px 20px; background-color: green; color: white; }
  iframe { height: 20%; width: 80%}
  </style>
</head>
<body>

<iframe src="vanilla/"></iframe>
<iframe src="jquery/"></iframe>
<iframe src="angular/"></iframe>
<iframe src="angular/service.html"></iframe>
<iframe src="axios/"></iframe>
</body>
</html>