For this week's challenge, we want to include a feature to enable bot users view Match Highlights from the English Premier League.
- High Level Algorithm
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Product</title> | |
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> | |
</head> | |
<body> |
For this week's challenge, we want to include a feature to enable bot users view Match Highlights from the English Premier League.